Skip to content

Commit 8d9fb92

Browse files
committed
Fix docs
1 parent baf4f9d commit 8d9fb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $config = [
138138
$this->load->library('twig', $config);
139139
~~~
140140

141-
If your filter explicitly outputs HTML code, you will want the raw output to be printed. In such a case, use `functions_safe`, and you have to make sure the output of the function is XSS free.
141+
If your function explicitly outputs HTML code, you will want the raw output to be printed. In such a case, use `functions_safe`, and you have to make sure the output of the function is XSS free.
142142

143143
### Reference
144144

0 commit comments

Comments
 (0)