Skip to content

Commit

Permalink
docs: correct spelling of code sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript authored Nov 23, 2023
1 parent 31fd13c commit 3753b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ group: 框架配置

## 配置项

### modifyCodeSandBoxData
### modifyCodeSandboxData

修改在 CodeSandbox 中打开 demo 的数据,比如修改依赖、增加文件等。

```js
export function modifyCodeSandBoxData(memo, props) {
export function modifyCodeSandboxData(memo, props) {
// 根据需要修改 memo 并返回新值
return memo;
}
Expand Down

0 comments on commit 3753b1b

Please sign in to comment.