Skip to content

Commit 7915788

Browse files
author
Julie Kim
authored
labelled -> labeled
Labeled and labelled are both correct spellings, and they mean the same thing. How you spell the word depends on your audience. If you are writing for American readers, labeled is the preferred spelling. In other places, such as Great Britain and Canada, labelled is a more common spelling than labeled. (Taken from https://www.grammarly.com/blog/labeled-labelled)
1 parent 4b02949 commit 7915788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/04-variables/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ There are subtle differences between `let` and `var`, but they do not matter for
9999
100100
We can easily grasp the concept of a "variable" if we imagine it as a "box" for data, with a uniquely-named sticker on it.
101101
102-
For instance, the variable `message` can be imagined as a box labelled `"message"` with the value `"Hello!"` in it:
102+
For instance, the variable `message` can be imagined as a box labeled `"message"` with the value `"Hello!"` in it:
103103
104104
![](variable.png)
105105

0 commit comments

Comments
 (0)