Skip to content

Commit a177ea3

Browse files
committed
docs: make it a single sentence
1 parent 3434056 commit a177ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ In controller::
138138
$file1 = $this->request->getFile('my-form.details.avatars.0');
139139
$file2 = $this->request->getFile('my-form.details.avatars.1');
140140

141-
.. note:: using ``getFiles()`` is more appropriate
141+
.. note:: Using ``getFiles()`` is more appropriate.
142142

143143
=====================
144144
Working With the File

0 commit comments

Comments
 (0)