Parcourir la source

Update README.md

Git-Leon il y a 7 ans
Parent
révision
627035f91c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README.md

+ 1
- 1
README.md Voir le fichier

@@ -175,7 +175,7 @@
175 175
 -
176 176
 # Notice the Design Flaw - Non-Intuitive Orientation
177 177
 * You may have notice that `findById` makes it difficult to intuitively identify _which_ `Person` object is being returned.<br>
178
-Additionally, it's challengaing to ensure **every** `Person` instance has a unique ID amongst its respective `People` subclass.<br>
178
+Additionally, it's challenging to ensure **every** `Person` instance has a unique ID amongst its respective `People` subclass.<br>
179 179
 To remedy this issue, we redesign and refactor.
180 180
 
181 181
 ### Part 11.1 - Create `Educator` enum