docs: fix incorrect configuration instructions in runtime-mode.md (#221)

/kind documentation
Closes #220

```release-note
None
```
This commit is contained in:
Simple
2023-05-26 21:38:11 +08:00
committed by GitHub
parent 9daf914879
commit e7cce8f366
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ halo:
```yaml
halo:
plugin:
runtime-mode: deployment
runtime-mode: development
fixed-plugin-path:
- /path/to/your/plugin/plugin-starter
```