Skip to content

Commit 3949a88

Browse files
committed
[ci skip] Fix a typo in the docs
Close bcit-ci#3589
1 parent f99a4de commit 3949a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide/tutorial/create_news_items.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2>Create a news item</h2>
119119

120120
<p>CodeIgniter has a powerful form validation library as demonstrated above. You can read <a href="../libraries/form_validation.html">more about this library here</a>.</p>
121121

122-
<p>Continuing down, you can see a condition that checks whether the form validation ran successfully. If it did not, the form is displayed, if it was submitted <strong>and</strong> passed all the rules, the model is called. After this, a view is loaded to display a success message. Create a view at <dfn>application/view/news/success.php</dfn> and write a success message.</p>
122+
<p>Continuing down, you can see a condition that checks whether the form validation ran successfully. If it did not, the form is displayed, if it was submitted <strong>and</strong> passed all the rules, the model is called. After this, a view is loaded to display a success message. Create a view at <dfn>application/views/news/success.php</dfn> and write a success message.</p>
123123

124124
<h2>Model</h2>
125125

0 commit comments

Comments
 (0)