Skip to content

Commit b930d45

Browse files
Fix spelling in description of security.restrictUNCAccess setting (microsoft#182842)
1 parent 2d416df commit b930d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
708708
'security.restrictUNCAccess': {
709709
'type': 'boolean',
710710
'default': true,
711-
'markdownDescription': localize('security.restrictUNCAccess', 'If enabled, only allowes access to UNC host names that are allowed by the `#security.allowedUNCHosts#` setting or after user confirmation. Find out more about this setting at https://aka.ms/vscode-windows-unc.'),
711+
'markdownDescription': localize('security.restrictUNCAccess', 'If enabled, only allows access to UNC host names that are allowed by the `#security.allowedUNCHosts#` setting or after user confirmation. Find out more about this setting at https://aka.ms/vscode-windows-unc.'),
712712
'included': isWeb ? true /* web maybe connected to a windows machine */ : isWindows,
713713
'scope': ConfigurationScope.MACHINE
714714
}

0 commit comments

Comments
 (0)