diff --git a/concepts/objects/introduction.md b/concepts/objects/introduction.md index 30f93404e3..2efc612df4 100644 --- a/concepts/objects/introduction.md +++ b/concepts/objects/introduction.md @@ -76,7 +76,7 @@ obj[key]; Using the dot notation as a shorthand has the same restriction as omitting the quotation marks. It only works if the key follows the identifier naming rules. -In other words, if you're key is not a single word using only letters, you must use square bracket notation. +In other words, if your key is not a single word using only letters, you must use square bracket notation. ## Adding or Changing a Value