Typo in documentation: "This is will result"

Description

While completing the “What Are Some Examples of Common JavaScript Errors?” lesson,
I noticed a small grammatical error.

Current Text

“In this example, we are trying to log the price variable to the console but it hasn’t been defined. This is will result in a ReferenceError.”

Suggested Fix

“In this example, we are trying to log the price variable to the console but it hasn’t been defined. This will result in a ReferenceError.”

Notes

This appears to be an extra word (“is”) in the sentence. Small typo found when doing What Are Some Examples of Common JavaScript Errors? lesson.

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.