Browse Source

Spelling changes. #270

Rafał Pitoń 11 years ago
parent
commit
18c199de81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/coding_style.rst

+ 2 - 2
docs/coding_style.rst

@@ -85,6 +85,6 @@ After you have opened right directory, you should see list of directories and ht
 This means that some exploring will be needed, but Misago is not going to leave you on your own here. Debug mode makes Misago expose lots of inside information to help developers understand whats happening under the hood. After you enable it, Misago will wrap every rendered template in HTML comments pointing you to source files you have to look at.
 
 .. warning::
-   Never EVER EVER run your site with DEBUG = True in anything that is being run in production. Because something sooner or later will go wrong, and when it goes, Misago will happily expose your confidential configuration details in hopes that it will help developer find and fix the issue.
+   Never EVER EVER run your site with DEBUG = True in anything that is being run in production. Something sooner or later will go wrong, and when it goes, this will make Misago happily expose confidential details about your site's configuration in hopes that it willbe helpful.
 
-   Because implementation details of Misago features are freely available and documented and safety of some of those depends on their configuration remain secret, this will open your site for many different attacks.
+   Because implementation details of Misago features are freely available on internet and safety of some of those depends on their configuration remaining secret, this will open your site for many different attacks.