typos fixes
diff --git a/user_guide/helpers/file_helper.html b/user_guide/helpers/file_helper.html
index 815b7fd..da8337c 100644
--- a/user_guide/helpers/file_helper.html
+++ b/user_guide/helpers/file_helper.html
@@ -79,7 +79,7 @@
 <p class="important"><strong>Note:</strong> The path is relative to your main site index.php file, NOT your controller or view files.

 CodeIgniter uses a front controller so paths are always relative to the main site index.</p>

 

-<p>If you server is running an open_basedir restriction this function

+<p>If your server is running an open_basedir restriction this function

 might not work if you are trying to access a file above the calling script.</p>

 

 <h2>write_file('<var>path</var>', <kbd>$data</kbd>)</h2>