diff --git a/apps/context-outlet-type/README.md b/apps/context-outlet-type/README.md index eff16fd..b3ae16e 100644 --- a/apps/context-outlet-type/README.md +++ b/apps/context-outlet-type/README.md @@ -28,7 +28,7 @@ Currently we have the following piece of code. As we can see, student is of type "any". We want to infer the correct type. -But in this part, we can pass to ListComponent, a list of any types. And we still want the correct type to be infered. +But in this part, we can pass to ListComponent, a list of **any object**. And we still want the correct type to be infered. ## Submitting your work