From d87052c2e7c22e782e90b65cb3c92f0097921d52 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 4 Jun 2024 02:10:13 +0800 Subject: [PATCH] docs: typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bacfeb..c250547 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You also need to import `@codingame/monaco-editor-wrapper/features/extensionHost This library exposed some functions to manage the user global configuration: - `registerDefaultConfigurations` Allows registering default values for some configuration keys which can be overridden - `updateUserConfiguration` Update the user configuration, overrides the default configuration, uses the same syntax as VS Code configuration -- `getUserConfiguartion` Get back the current user configuration +- `getUserConfiguration` Get back the current user configuration - `onUserConfigurationChange` Get notified when the user configuration change (either after calling updateUserConfiguration or from internal configuration update) - `getConfiguration` Allows to get a given configuration key in a given language - `onConfigurationChanged` Listen to configuration change