Fixed typo: wrong type of 'palette' (#2000)

This commit is contained in:
Forrest Cahoon 2018-10-15 16:44:02 -05:00 коммит произвёл Ramya Rao
Родитель b6306a53bb
Коммит 38c0295ac0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -151,7 +151,7 @@ In addition to integrated editing features, the extension also provides several
* `Go: Fill Struct` Fills struct literal with default values
* `Go: Run on Go Playground` Upload the current selection or file to the Go Playground
You can access all of the above commands from the command pallet (`Cmd+Shift+P` or `Ctrl+Shift+P`).
You can access all of the above commands from the command palette (`Cmd+Shift+P` or `Ctrl+Shift+P`).
Few of these are available in the editor context menu as an experimental feature as well. To control which of these commands show up in the editor context menu, update the setting `go.editorContextMenuCommands`.