Skip to content

Commit 2f07377

Browse files
hayemaxijustinmk3
andauthored
docs: update wording for getContext
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent a4bc3eb commit 2f07377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/vscode/setContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function setContext(key: contextKey, val: any): Promise<void> {
6060
/**
6161
* Returns the value of a context key set via {@link setContext} wrapper for this session.
6262
*
63-
* Warning: this does not gaurantee the state of the context key in vscode because it may have
63+
* Warning: this does not guarantee the state of the context key in vscode because it may have
6464
* been set via `vscode.commands.executeCommand('setContext')`. It has no connection the
6565
* context keys stored in vscode itself because an API for this is not exposed.
6666
*/

0 commit comments

Comments
 (0)