Skip to content

Commit 86c2d65

Browse files
committed
✏️ Fix typo in README
1 parent ea6961c commit 86c2d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can also set a new keyboard shortcut for the command in `keybindings.json`:
5454
## Frequently Asked Questions (FAQ)
5555

5656
### The dialog closes everytime I switch windows. Is this intended?
57-
This is the default behavior of VS Code. To not close the input box when removing focus from VSCode, you need to add `"workbench.quickOpen.closeOnFocusLost": false` in your settings file. Setting it to true will result in the dialogs like the "Quick Open" to automatically once it loses focus.
57+
This is the default behavior of VS Code. To not close the input box when removing focus from VSCode, you need to add `"workbench.quickOpen.closeOnFocusLost": false` in your settings file. Setting it to true will result in the dialogs like the "Quick Open" to automatically close once it loses focus.
5858

5959
## How to contribute
6060

0 commit comments

Comments
 (0)