epicodus-curriculum / react-full-stack

3 stars 7 forks source link

Fix minor typos and syntax issues #53

Open CalvinPVIII opened 10 months ago

CalvinPVIII commented 10 months ago

Description

Fixes a handful of minor issues related to small syntax and grammatical changes in the lessons.

Motivation and Context

Fixes issues #40, #42, #44, #45, and #47

How Has This Been Tested?

Changed files have been tested using VSCode's markdown previewer to insure proper formatting. For the changes specifically to the Firebase config object, I followed the steps the lesson provides to view the config to double check that it should be changed from var to const.