Skip to content

Commit ca96fe4

Browse files
authored
Merge pull request chuanxshi#108 from sderickson/patch-1
Spelling fix
2 parents 13cb2ee + e61e25b commit ca96fe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

general-patterns/globals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Description: The problem is that they are shared among all the code in your JavaScript application or web page
1111
*/
1212

13-
// antipatten 1
13+
// antipattern 1
1414
function sum(x, y) {
1515
// implied global
1616
result = x + y;
@@ -47,4 +47,4 @@
4747
// http://net.tutsplus.com/tutorials/javascript-ajax/the-essentials-of-writing-high-quality-javascript/
4848
</script>
4949
</body>
50-
</html>
50+
</html>

0 commit comments

Comments
 (0)