Scouting: Fix typo in note scouting ui

Engame -> Endgame.

Signed-off-by: Filip Kujawa <filip.j.kujawa@gmail.com>
Change-Id: Ica0937b99eabff0fbeffbace6f4aa28e91c8cb72
diff --git a/scouting/www/notes/notes.component.ts b/scouting/www/notes/notes.component.ts
index 5d1e8f2..5d1c4a2 100644
--- a/scouting/www/notes/notes.component.ts
+++ b/scouting/www/notes/notes.component.ts
@@ -111,7 +111,7 @@
   setTeamNumber() {
     let data: Input = {
       teamNumber: this.teamNumberSelection,
-      notesData: 'Match: \nAuto: \nTeleop: \nEngame: ',
+      notesData: 'Match: \nAuto: \nTeleop: \nEndgame: ',
       keywordsData: {
         goodDriving: false,
         badDriving: false,