Skip to content

Commit 0bc8ab6

Browse files
Fix a small text typo
1 parent 24224dc commit 0bc8ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A value in JavaScript is always of a certain type. For example, a string or a nu
44

55
There are eight basic data types in JavaScript. Here, we'll cover them in general and in the next chapters we'll talk about each of them in detail.
66

7-
We can put any type in a variable. For exampple, a variable can at one moment be a string and then store a number:
7+
We can put any type in a variable. For example, a variable can at one moment be a string and then store a number:
88

99
```js
1010
// no error

0 commit comments

Comments
 (0)