Skip to content

Commit

Permalink
Merge branch 'master' into netlify-function-github
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Jul 14, 2020
2 parents 1829c81 + fbd8920 commit aca4eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/guide/v10/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function App() {
}
```

> An easier way to use context is via the [useContext](/guide/v10/hooks#context) hook.
> An easier way to use context is via the [useContext](/guide/v10/hooks#usecontext) hook.
## Legacy Context API

Expand Down
2 changes: 1 addition & 1 deletion content/pt-br/guide/v10/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function App() {
}
```

> Uma maneira mais fácil de usar o contexto é através do [useContext](/guide/v10/hooks#context) hook.
> Uma maneira mais fácil de usar o contexto é através do [useContext](/guide/v10/hooks#usecontext) hook.
## Legacy Context API

Expand Down

0 comments on commit aca4eac

Please sign in to comment.