diff --git a/src/data/question-groups/javascript/content/heap-and-stack.md b/src/data/question-groups/javascript/content/heap-and-stack.md index bd7ed8581..4ea402e65 100644 --- a/src/data/question-groups/javascript/content/heap-and-stack.md +++ b/src/data/question-groups/javascript/content/heap-and-stack.md @@ -1,4 +1,4 @@ -The Head and Stack in JavaScript Engine are two different data structures that store data in different ways. +The Heap and Stack in JavaScript Engine are two different data structures that store data in different ways. ## Stack