From 83b08ba9b9b6c77e17420d01a220c7fabdd0483a Mon Sep 17 00:00:00 2001 From: ido Date: Mon, 20 Nov 2023 21:10:43 +0200 Subject: [PATCH] docs(README): typos --- packages/context/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/context/README.md b/packages/context/README.md index 9806b50..01021ce 100644 --- a/packages/context/README.md +++ b/packages/context/README.md @@ -46,11 +46,11 @@ import LayoutTitle from '../components/LayoutTitle.astro'; ## Functions ```ts -// if you are module/lib, change the name accordingly +// remember to change the name if you have multiple contexts function getContextProps(astro: AstroGlobal, name = "default"): {[key: string]: any} ``` -Every new context inherit the last one +Every new context inherits the last one ```ts