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.
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
toconst
.