docs: fix format (#648)

This commit is contained in:
Li Kang
2021-08-11 09:20:30 +02:00
committed by GitHub
parent a96b78aab5
commit 5cb6233f10
3 changed files with 10 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ n.render({
Start the web development server by executing the following in a terminal:
```
```sh
npm run start
```
@@ -142,8 +142,8 @@ embed.createConfiguration({
// ...
{
name: 'piechart',
load: () => Promise.resolve(piechart)
}
]
load: () => Promise.resolve(piechart),
},
],
});
```