diff --git a/frontend/encore/faq.rst b/frontend/encore/faq.rst index 719b19a2960..9b325aff867 100644 --- a/frontend/encore/faq.rst +++ b/frontend/encore/faq.rst @@ -59,7 +59,7 @@ My App Lives under a Subdirectory --------------------------------- If your app does not live at the root of your web server (i.e. it lives under a subdirectory, -like ``/myAppSubdir``), you just need to configure that when calling ``Encore.setPublicPrefix()``: +like ``/myAppSubdir``), you will need to configure that when calling ``Encore.setPublicPath()``: .. code-block:: diff