From 967df0216c79f8b7d7f7d95e1b7c9f61a50018a9 Mon Sep 17 00:00:00 2001 From: thomas laforge Date: Fri, 11 Nov 2022 21:58:33 +0100 Subject: [PATCH] correct readme --- apps/context-outlet-type/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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