TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
9.87k stars 13.21k forks source link

Async and Await: fix minor grammar #28813

Closed thereisnodeveloper closed 1 week ago

thereisnodeveloper commented 1 week ago

Small grammatical fix (see **)

Asynchronous code can become difficult to follow when it has a lot of things going on. async and await are two keywords that can help make asynchronous code read more like synchronous code.

Because

Grammatical error. Makes it clear we are referring to the code.

This PR

Issue

N/A

Additional Information

NA

Pull Request Requirements