Skip to content

Commit 78cc6ce

Browse files
authored
Merge pull request #50 from kellenmace/update-options-page-copy
Correct save-state-location code example on the Options page
2 parents c494834 + e8c8c9b commit 78cc6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/1.docs/7.options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,15 +525,15 @@ Sets the default settings menu options.
525525
EJS_defaultOptions = {
526526
'shader':'crt-mattias.glslp',
527527
'save-state-slot': 4,
528-
'save-state-location': 'keep in browser'
528+
'save-state-location': 'browser'
529529
}
530530
```
531531

532532
## Debug Options
533533

534534
### `EJS_DEBUG_XX`
535535

536-
You can set this to `true` to enable debug mode. This will log a lot of information to the console and use the unminified scripts. This is useful for debugging issues with the emulator. And it is recommended to use this when you are contibuting to the project.
536+
You can set this to `true` to enable debug mode. This will log a lot of information to the console and use the unminified scripts. This is useful for debugging issues with the emulator. And it is recommended to use this when you are contributing to the project.
537537

538538
- Type: `boolean`
539539
- Default: `false`

0 commit comments

Comments
 (0)