Skip to content

Commit c5db8e6

Browse files
committed
docs: add text decoration
1 parent 8725d38 commit c5db8e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ find reference information.
3232
Creating the Upload Form
3333
========================
3434

35-
Using a text editor, create a form called upload_form.php. In it, place
35+
Using a text editor, create a form called **upload_form.php**. In it, place
3636
this code and save it to your **app/Views/** directory:
3737

3838
.. literalinclude:: uploaded_files/001.php
@@ -46,7 +46,7 @@ wrong.
4646
The Success Page
4747
================
4848

49-
Using a text editor, create a form called upload_success.php. In it,
49+
Using a text editor, create a form called **upload_success.php**. In it,
5050
place this code and save it to your **app/Views/** directory::
5151

5252
<!DOCTYPE html>
@@ -72,7 +72,7 @@ place this code and save it to your **app/Views/** directory::
7272
The Controller
7373
==============
7474

75-
Using a text editor, create a controller called Upload.php. In it, place
75+
Using a text editor, create a controller called **Upload.php**. In it, place
7676
this code and save it to your **app/Controllers/** directory:
7777

7878
.. literalinclude:: uploaded_files/002.php

0 commit comments

Comments
 (0)