Skip to content

Commit 5a709bb

Browse files
committed
Merge pull request GitbookIO#25 from ShawnGregg/patch-1
Updating Juste to Just
2 parents dd94640 + 2844e9e commit 5a709bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/length.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
It's easy in Javascript to know how many characters are in string using the property `.length`.
44

55
```js
6-
// Juste use the property .length
6+
// Just use the property .length
77
var size = 'Our lovely string'.length;
88

99
```

0 commit comments

Comments
 (0)