Skip to content

Commit 9494c40

Browse files
committed
docs: replace "This is"
1 parent 70ebb33 commit 9494c40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

user_guide_src/source/incoming/auto_routing_improved.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,16 @@ If you did it right, you should see::
180180
Examples of Controller Names
181181
****************************
182182

183-
This is an valid controller name. Because ``App\Controllers\HelloWorld`` is CamelCase.
183+
The following is an valid controller name. Because ``App\Controllers\HelloWorld``
184+
is CamelCase.
184185

185186
.. literalinclude:: auto_routing_improved/009.php
186187

187-
This is **not** valid. Because the first letter (``h``) is not capital.
188+
The following is **not** valid. Because the first letter (``h``) is not capital.
188189

189190
.. literalinclude:: auto_routing_improved/010.php
190191

191-
This is also **not** valid. Because the first letter (``h``) is not capital.
192+
The following is also **not** valid. Because the first letter (``h``) is not capital.
192193

193194
.. literalinclude:: auto_routing_improved/011.php
194195

0 commit comments

Comments
 (0)