Skip to content

Commit

Permalink
Typos (thanks gjsjohnmurray!)
Browse files Browse the repository at this point in the history
ref #6328
  • Loading branch information
Jackson Kearl committed Jan 18, 2022
1 parent 3f1f126 commit e00873b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ configurationRegistry.registerConfiguration({
},
'explorer.experimental.fileNesting.expand': {
'type': 'boolean',
'markdownDescription': nls.localize('fileNestingExpand', "Experimental. Controls whether file nests are automatically expended. `#explorer.experimental.fileNesting.enabled#` must be set for this to take effect."),
'markdownDescription': nls.localize('fileNestingExpand', "Experimental. Controls whether file nests are automatically expanded. `#explorer.experimental.fileNesting.enabled#` must be set for this to take effect."),
'default': true,
},
'explorer.experimental.fileNesting.patterns': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* A sort of double-ended trie, used to efficiently query for matches to "star" patterns, where
* a given key representas a parent and may contain a capturing group ("*"), which can then be
* a given key represents a parent and may contain a capturing group ("*"), which can then be
* referenced via the token "$(capture)" in associated child patterns.
*
* The generated tree will have at most two levels, as subtrees are flattened rather than nested.
Expand Down

0 comments on commit e00873b

Please sign in to comment.