From 4a2574dd74faef46ce06b406ea7e80f08e239519 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Mon, 21 Nov 2016 23:21:42 +0100 Subject: [PATCH] Fix typo --- Code-Style-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-Style-Guidelines.md b/Code-Style-Guidelines.md index 356bf9f..56704e1 100644 --- a/Code-Style-Guidelines.md +++ b/Code-Style-Guidelines.md @@ -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!