Skip to content

Commit 5a704c2

Browse files
committed
Merge pull request joomla#56 from CristinaSolana/gh-pages
Fix typo Id vs ID o_O
2 parents 84ecef0 + d5b38c4 commit 5a704c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/en-US/coding-standards/chapters/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Variables and Functions should be camel case, starting with a lowercase letter:
88

99
**Use names that describe what the string is:**
1010

11-
`var element = document.getElementByID('elementId');`
11+
`var element = document.getElementById('elementId');`
1212

1313
**Iterators are the exception**
1414

0 commit comments

Comments
 (0)