Skip to content

Commit 699078c

Browse files
committed
doc: Clarify wording on which option is a no-op
1 parent 3fd1a6a commit 699078c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/content/docs/adapters.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ createRoot(document.getElementById('root')!).render(
8686
)
8787
```
8888

89-
Note: because there is no known server in this configuration, options
90-
like [`shallow: false{:ts}`](./options#shallow) will have no effect.
89+
Note: because there is no known server in this configuration, the
90+
[`shallow: false{:ts}`](./options#shallow) option will have no effect.
9191

9292
Since `nuqs@2.4.0`, you can specify a flag to perform a full-page navigation when
9393
updating query state configured with `shallow: false{:ts}`, to notify the web server

0 commit comments

Comments
 (0)