From c887203de0b2838273bbd502bd9512423d2a374a Mon Sep 17 00:00:00 2001 From: Luilver Garces Date: Fri, 24 Mar 2023 19:20:06 -0500 Subject: [PATCH] Fix a typo --- concepts/objects/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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