diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 8d14f7a4..1c2cca45 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -162,8 +162,8 @@ Note that by default the build will not be stopped if an error occurs inside a s You should include ``set -e`` or the equivalent at the start of the script to avoid errors being silently ignored. An example use-case of ``postBuild`` file is JupyterLab's demo on mybinder.org. -It uses a ``postBuild`` file in a folder called ``binder`` to `prepare -their demo for binder `_. +It uses a ``postBuild`` file in a folder called ``.binder`` to `prepare +their demo for binder `_. .. _start: