We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a41a63 commit 603a8a3Copy full SHA for 603a8a3
README.md
@@ -19,7 +19,7 @@ Please note that the JSON object is accessible by typing `data` in your console.
19
- Using Dot Notation
20
* Looping over Arrays/Lists
21
- Using the current index of the loop
22
-* Combining Strings using Concatination
+* Combining Strings using Concatenation
23
- Creating HTML strings
24
25
## What is JSON?
@@ -95,8 +95,8 @@ list.forEach(function(value, i){
95
```
96
97
98
-## What is Concatination?
99
-When we combine strings together, it's known as "concatination". Here's an example:
+## What is Concatenation?
+When we combine strings together, it's known as "concatenation". Here's an example:
100
101
102
"1" + "1"; //=> "11"
0 commit comments