diff --git a/chapters/anchors.mdx b/chapters/anchors.mdx index 23392b5..49cdc61 100644 --- a/chapters/anchors.mdx +++ b/chapters/anchors.mdx @@ -8,7 +8,7 @@ You could also think about anchors as "invisible characters". ## Beginning of line — `^` -Marked by a carat (`^`) at the beginning of the regex, this anchor makes it necessary for the rest of the regex to _match from the beginning of the string_. +Marked by a caret (`^`) at the beginning of the regex, this anchor makes it necessary for the rest of the regex to _match from the beginning of the string_. You can think of it as matching an _invisible character_ always present at the _beginning_ of the string.