This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new b97512e  Update STYLEGUIDE.md
b97512e is described below

commit b97512e9f9931e7df6ce7e69f1edc528fe42a235
Author: sebbASF <[email protected]>
AuthorDate: Sat Nov 20 00:32:33 2021 +0000

    Update STYLEGUIDE.md
---
 docs/STYLEGUIDE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/STYLEGUIDE.md b/docs/STYLEGUIDE.md
index b9f2ef9..60a4a40 100644
--- a/docs/STYLEGUIDE.md
+++ b/docs/STYLEGUIDE.md
@@ -3,7 +3,7 @@
 __This document is a work in progress. More to come later, feedback and 
suggestions are most welcome.__
 ## ECMAScript Standards
 - Foal uses ECMAScript 9th edition (2018) as the base scripting language for 
the browser interface.
-- All global variables must be declared with `G_` prepended, such as: 
`G_APIURL` or `G_current_json`
+- All global variables must be declared with `G_` prepended, such as: 
`G_apiURL` or `G_current_json`
 
 ## Python Standards
 - Foal requires Python 3.7 or above, following the PEP8 specifications with a 
120 character maximum per line.

Reply via email to