Skip to content

Commit 7a2da33

Browse files
authored
Merge pull request #8641 from obozdag/patch-1
docs: Small docs typo in news_section.rst file.
2 parents 8130587 + 41b593d commit 7a2da33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/tutorial/news_section.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Create **app/Views/news/index.php** and add the next piece of code.
176176

177177
.. literalinclude:: news_section/005.php
178178

179-
.. note:: We are again using using :php:func:`esc()` to help prevent XSS attacks.
179+
.. note:: We are again using :php:func:`esc()` to help prevent XSS attacks.
180180
But this time we also passed "url" as a second parameter. That's because
181181
attack patterns are different depending on the context in which the output
182182
is used.

0 commit comments

Comments
 (0)