ソースを参照

Update README.md

Git-Leon 6 年 前
コミット
6475fdfe8f
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -175,7 +175,7 @@
175 175
 * Annotating a class signature class with `@Component` allows Spring to register this class as a `Bean` implicitly.
176 176
 -
177 177
 ### Part 11.1 - Create `Alumni` Class
178
-* Create an `Alumni` component which autowires `Students` of the previous and `Instructors`
178
+* Create an `Alumni` component which autowires `Students` of the previous cohort and `Instructors`
179 179
 * Create an `executeBootcamp` method which teaches each `Student` in the composite `Students` a `totalNumberOfHours` of `1200`.
180 180
 	* Annotate this method with `@PostConstruct`
181 181
 		* denotes that this method must be executed before the class is put into an IoC container