Skip to content

Commit 0848940

Browse files
Apply suggestions from code review
Co-authored-by: neznaika0 <ozornick.ks@gmail.com>
1 parent 55b2458 commit 0848940

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

user_guide_src/source/guides/api/database-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Run the Spark command:
2323
2424
This creates a new file under ``app/Database/Migrations/``.
2525

26-
Edit the CreateAuthorsTable file to look like this:
26+
Edit the **CreateAuthorsTable.php** file to look like this:
2727

2828
.. literalinclude:: code/004.php
2929

user_guide_src/source/guides/api/first-endpoint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Open ``app/Config/Feature.php`` and ensure this flag is **true** (this should be
2727
2828
The "Improved" auto router is more secure and reliable than the legacy version, so it's recommended for all new projects.
2929

30-
Then, in ``app/Config/Routing.php`` confirm auto routing is **on**:
30+
Then, in **app/Config/Routing.php** confirm auto-routing is **enabled**:
3131

3232
.. code-block:: php
3333

user_guide_src/source/guides/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Getting Started with REST APIs
44
##############################
55

6-
.. content::
6+
.. contents::
77
:local:
88
:depth: 2
99

0 commit comments

Comments
 (0)