diff --git a/glossary/String.md b/glossary/String.md index 2e9b2452a..5d5efcbd5 100644 --- a/glossary/String.md +++ b/glossary/String.md @@ -1,4 +1,4 @@ ### String -String is one of the primitive values in JavaScript. -String is a sequence of characters used to represent text. +Strings are one of the primitive data types in JavaScript. +They are sequences of characters and are used to represent text.