Skip to content

Commit

Permalink
docs: fix Runner typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Apr 21, 2024
1 parent 37573ed commit ccbbbb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ In the custom playground, you can directly import the original editor and render

```ts
import getImport from '_rspress_playground_imports';
import { Render, Editor } from '@rspress/plugin-playground/web';
import { Runner, Editor } from '@rspress/plugin-playground/web';
```

You can refer to the built-in [Playground.tsx](https://github.com/web-infra-dev/rspress/tree/main/packages/plugin-playground/static/global-components/Playground.tsx).
Expand Down

0 comments on commit ccbbbb7

Please sign in to comment.