diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-07-08 09:15:03 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-07-08 09:15:03 +0200 |
commit | 58cb46d344685c7bba4579e5b693ec448877d7cd (patch) | |
tree | 7c291532952fb5f4614e106fa55751852f179994 /phpBB/docs/coding-guidelines.html | |
parent | b7ae0fe4e91be1f7dc1d38d2c3c1e5b043d95739 (diff) | |
download | forums-58cb46d344685c7bba4579e5b693ec448877d7cd.tar forums-58cb46d344685c7bba4579e5b693ec448877d7cd.tar.gz forums-58cb46d344685c7bba4579e5b693ec448877d7cd.tar.bz2 forums-58cb46d344685c7bba4579e5b693ec448877d7cd.tar.xz forums-58cb46d344685c7bba4579e5b693ec448877d7cd.zip |
[ticket/9704] Fix minor typo in coding guidelines.
PHPBB3-9704
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 7f747e09e2..1978a0a307 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -288,7 +288,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c <div class="content"> - <p>Please note that these Guidelines applies to all php, html, javascript and css files.</p> + <p>Please note that these guidelines apply to all php, html, javascript and css files.</p> <a name="namingvars"></a><h3>2.i. Variable/Function Naming</h3> |