Skip to content

Commit 1274335

Browse files
hyangahdekimsey
andcommitted
package.json: fix spelling for generateTestForPackage
Originally from #2045 Co-authored-by: Daniel Kimsey <[email protected]> Change-Id: If8ead56fd241ba61bb8f757cdb910f57922f8079 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/388954 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent b6187d8 commit 1274335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Experimental Feature: Enable/Disable entries from the context menu in the editor
174174
| `fillStruct` | If true, adds command to fill struct literal with default values to the editor context menu <br/> Default: `true` |
175175
| `generateTestForFile` | If true, adds command to generate unit tests for current file to the editor context menu <br/> Default: `true` |
176176
| `generateTestForFunction` | If true, adds command to generate unit tests for function under the cursor to the editor context menu <br/> Default: `true` |
177-
| `generateTestForPackage` | If true, adds command to generate unit tests for currnt package to the editor context menu <br/> Default: `true` |
177+
| `generateTestForPackage` | If true, adds command to generate unit tests for current package to the editor context menu <br/> Default: `true` |
178178
| `playground` | If true, adds command to upload the current file or selection to the Go Playground <br/> Default: `true` |
179179
| `removeTags` | If true, adds command to remove configured tags from struct fields to the editor context menu <br/> Default: `true` |
180180
| `testAtCursor` | If true, adds command to run the test under the cursor to the editor context menu <br/> Default: `false` |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@
17761776
"generateTestForPackage": {
17771777
"type": "boolean",
17781778
"default": true,
1779-
"description": "If true, adds command to generate unit tests for currnt package to the editor context menu"
1779+
"description": "If true, adds command to generate unit tests for current package to the editor context menu"
17801780
},
17811781
"addImport": {
17821782
"type": "boolean",

0 commit comments

Comments
 (0)