Skip to content

Commit 9e6fb5d

Browse files
committed
docs: change text decoration
1 parent fe9be1b commit 9e6fb5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • user_guide_src/source/libraries

user_guide_src/source/libraries/uri.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use one of the functions available in the :doc:`../helpers/url_helper`:
3737

3838
You must pass ``true`` as the first parameter, otherwise, it will return the string representation of the current URL.
3939
This URI is based on the path (relative to your ``baseURL``) as determined by the current request object and
40-
your settings in ``Config\App`` (baseURL, indexPage, and forceGlobalSecureRequests).
40+
your settings in ``Config\App`` (``baseURL``, ``indexPage``, and ``forceGlobalSecureRequests``).
4141
Assuming that you're in a controller that extends ``CodeIgniter\Controller`` you can get this relative path:
4242

4343
.. literalinclude:: uri/005.php
@@ -174,7 +174,7 @@ you can use the ``stripQuery()`` and ``keepQuery()`` methods to change the actua
174174
Fragment
175175
--------
176176

177-
Fragments are the portion at the end of the URL, preceded by the pound-sign (#). In HTML URLs these are links
177+
Fragments are the portion at the end of the URL, preceded by the pound-sign (``#``). In HTML URLs these are links
178178
to an on-page anchor. Media URI's can make use of them in various other ways.
179179

180180
.. literalinclude:: uri/022.php

0 commit comments

Comments
 (0)