Fix broken code block in the docs

The javascript doc has a broken code block.

Change-Id: I753c0852763a9a589d3e42356dfd73035aab020f
This commit is contained in:
Tobias Henkel 2018-10-11 07:54:44 +02:00
parent be64ed2777
commit 2200816ad5
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ hot-updating of code can be started with:
yarn start
will build the code and launch the dev server on `localhost:3000`. Fake
api response needs to be set in the ``web/public/api`` directory::
api response needs to be set in the ``web/public/api`` directory.
.. code-block:: bash