Skip to content

Commit

Permalink
docs(README): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 20, 2023
1 parent 3262865 commit 83b08ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83b08ba

Please sign in to comment.