Skip to content

Commit 7765a11

Browse files
committed
fix typo i missed until after merge
1 parent 56b7812 commit 7765a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/ext-dev/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ There are many settings types that you can use to configure your extension in Mo
7676
All settings types take optional `displayName` and `description` arguments, as well as a `default`. If a default is not provided, and the user hasn't configured the extension, the value returned from `moonlight.getConfigOption` will be undefined.
7777

7878
Settings also take an optional `advice` argument which advices the user to reload the client, restart the client, or do nothing.
79-
If no `advice` is provided the default is to suggest a reload, this is different from setting to to `"reload"` which indicates a required reload.
79+
If no `advice` is provided the default is to suggest a reload, this is different from setting to `"reload"` which indicates a required reload.
8080

8181
Note that the type defined is purely for what component to use in Moonbase - it is up to you to ensure that you save the right type to the config file.
8282

0 commit comments

Comments
 (0)