We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ead0d commit 61d4471Copy full SHA for 61d4471
user_guide_src/source/guides/api/first-endpoint.rst
@@ -19,7 +19,7 @@ Enable Improved Auto Routing
19
20
By default, Auto-Routing is turned off. The first step is to enable it so your controllers automatically handle REST-style methods.
21
22
-Open ``app/Config/Feature.php`` and ensure this flag is **true** (this should be the default):
+Open **app/Config/Feature.php** and ensure this flag is ``true`` (this should be the default):
23
24
.. code-block:: php
25
0 commit comments