summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-22 12:26:07 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-22 12:26:07 +0100
commit93f5c5d2f9fc385c1617c125cfdf1822e6d7aee2 (patch)
tree51b2952e21aeda12f0e9528e528c2d7a1b97f7b0 /user_guide_src/source
parent2b241399a7b1978ca7992e0a0162599408fabb9b (diff)
[ci skip] Fix a typo in the styleguide
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/general/styleguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/styleguide.rst b/user_guide_src/source/general/styleguide.rst
index 7c0a59791..99bc056f7 100644
--- a/user_guide_src/source/general/styleguide.rst
+++ b/user_guide_src/source/general/styleguide.rst
@@ -52,7 +52,7 @@ whether introduced by the developer, user, or an FTP application, can
cause unwanted output, PHP errors, or if the latter are suppressed,
blank pages. For this reason, all PHP files should **OMIT** the closing
PHP tag, and instead use a comment block to mark the end of file and
-it's location relative to the application root. This allows you to still
+its location relative to the application root. This allows you to still
identify a file as being complete and not truncated.
**INCORRECT**::