Skip to content

Commit 6fd5427

Browse files
committed
docs: change "with" in section titles to lowercase
For consistency.
1 parent 1add05a commit 6fd5427

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

user_guide_src/source/general/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the application configuration files in the **app/Config** folder.
1515
:local:
1616
:depth: 2
1717

18-
Working With Configuration Files
18+
Working with Configuration Files
1919
********************************
2020

2121
You can access configuration files for your classes in several different ways.

user_guide_src/source/general/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Each handler's section will have one property in common: ``handles``, which is a
8181

8282
.. literalinclude:: logging/004.php
8383

84-
Modifying the Message With Context
84+
Modifying the Message with Context
8585
==================================
8686

8787
You will often want to modify the details of your message based on the context of the event being logged.

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ In controller:
231231
.. note:: Using ``getFiles()`` is more appropriate.
232232

233233
*********************
234-
Working With the File
234+
Working with the File
235235
*********************
236236

237237
Once you've retrieved the UploadedFile instance, you can retrieve information about the file in safe ways, as well as

user_guide_src/source/models/entities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ are handled automatically by the class or the database, so we don't want to chan
5757
class as the ``$returnType``. This ensures that all methods on the model that return rows from the database will return
5858
instances of our User Entity class instead of an object or array like normal.
5959

60-
Working With the Entity Class
60+
Working with the Entity Class
6161
-----------------------------
6262

6363
Now that all of the pieces are in place, you would work with the Entity class as you would any other class:

user_guide_src/source/outgoing/localization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Localization
77
:depth: 3
88

99
********************
10-
Working With Locales
10+
Working with Locales
1111
********************
1212

1313
CodeIgniter provides several tools to help you localize your application for different languages. While full

user_guide_src/source/testing/response.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Asserts that an input tag exists with the name and value:
249249

250250
.. literalinclude:: response/029.php
251251

252-
Working With JSON
252+
Working with JSON
253253
=================
254254

255255
Responses will frequently contain JSON responses, especially when working with API methods. The following methods
@@ -280,7 +280,7 @@ assertJSONExact($test)
280280

281281
Similar to ``assertJSONFragment()``, but checks the entire JSON response to ensure exact matches.
282282

283-
Working With XML
283+
Working with XML
284284
================
285285

286286
getXML()

0 commit comments

Comments
 (0)