Skip to content

Commit 83b08ba

Browse files
committed
docs(README): typos
1 parent 3262865 commit 83b08ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/context/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ import LayoutTitle from '../components/LayoutTitle.astro';
4646
## Functions
4747

4848
```ts
49-
// if you are module/lib, change the name accordingly
49+
// remember to change the name if you have multiple contexts
5050
function getContextProps(astro: AstroGlobal, name = "default"): {[key: string]: any}
5151
```
5252

53-
Every new context inherit the last one
53+
Every new context inherits the last one
5454

5555

5656
```ts

0 commit comments

Comments
 (0)