docs(v2): corrected the use of delimiters (#4478)

This commit is contained in:
Arijit Kundu 2021-03-21 14:53:08 +05:30 committed by GitHub
parent 9bdb9eb630
commit be6ef076f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -314,8 +314,8 @@ To pass in custom props to a swizzled sidebar item, add the optional `customProp
```js
{
type: 'doc';
id: 'doc1';
type: 'doc',
id: 'doc1',
customProps: {
/* props */
}

View file

@ -314,8 +314,8 @@ To pass in custom props to a swizzled sidebar item, add the optional `customProp
```js
{
type: 'doc';
id: 'doc1';
type: 'doc',
id: 'doc1',
customProps: {
/* props */
}

View file

@ -314,8 +314,8 @@ To pass in custom props to a swizzled sidebar item, add the optional `customProp
```js
{
type: 'doc';
id: 'doc1';
type: 'doc',
id: 'doc1',
customProps: {
/* props */
}