Skip to content

Commit

Permalink
Edit Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 6, 2022
1 parent 1dbaac5 commit a376841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/frameworks/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Please consider, that parameters are not deep merged. If you set `nextjs.appDire

#### Default Navigation Context

The default values on the stubbed navigation context are as follows (see [globals](https://storybook.js.org/docs/react/essentials/toolbars-and-globals#globals) for more details on how globals work)
The default values on the stubbed navigation context are as follows:

```ts
const defaultNavigationContext = {
Expand Down Expand Up @@ -248,7 +248,7 @@ const defaultNavigationContext = {

#### Global Defaults

Global defaults can be set in [preview.js](https://storybook.js.org/docs/react/configure/overview#configure-story-rendering) and will be shallowly merged with the default router.
Global defaults can be set in [preview.js](https://storybook.js.org/docs/react/configure/overview#configure-story-rendering) and will be shallowly merged with the default navigation context.

```js
// .storybook/preview.js
Expand Down

0 comments on commit a376841

Please sign in to comment.