Fix typo

Niklas Wenzel
2016-11-21 23:21:42 +01:00
parent e445aeee32
commit 4a2574dd74

@@ -88,7 +88,7 @@ Specifically, use @Override whenever possible, for clarity.
## Treat Acronyms As Words
In variable names and class definitions, try to treat acroynms as words (XmlHttpRequest instead of XMLHTTPRequest, for instance).
In variable names and class definitions, try to treat acronyms as words (XmlHttpRequest instead of XMLHTTPRequest, for instance).
## Be careful what you log!