mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +02:00
docs: fix typo from 'dissapear' to 'disappear' (#4022)
This commit is contained in:
parent
c4cbe8ec72
commit
d8ef2a9051
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ Example:
|
||||||
|
|
||||||
### Creating a link to page without sidebar
|
### Creating a link to page without sidebar
|
||||||
|
|
||||||
Set `type` to `ref` to link to a documentation page without binding it to a sidebar. This means the sidebar dissapears when the user displays the linked page.
|
Set `type` to `ref` to link to a documentation page without binding it to a sidebar. This means the sidebar disappears when the user displays the linked page.
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
type SidebarItemRef = {
|
type SidebarItemRef = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue