Skip to content

Commit b2c448c

Browse files
bergren2JohnstonCode
authored andcommitted
chore: Fixed typos (#757)
1 parent 8fd6a7a commit b2c448c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here is a table of settings with their default values. To change any of these, a
9393
|`svn.sourceControl.countUnversioned`|Allow to count unversioned files in status count|`true`|
9494
|`svn.log.length`|Number of commit messages to log|`50`|
9595
|`svn.showOutput`|Show the output window when the extension starts|`false`|
96-
|`svn.conflicts.autoResolve`|Set file to status resolved after fix conflictss|`false`|
96+
|`svn.conflicts.autoResolve`|Set file to status resolved after fix conflicts|`false`|
9797
|`svn.update.ignoreExternals`|Set to ignore externals definitions on update (add --ignore-externals)|`true`|
9898
|`svn.delete.actionForDeletedFiles`|When a file is deleted, what SVN should do? `none` - Do nothing, `prompt` - Ask the action, `remove` - automatically remove from SVN|`"prompt"`|
9999
|`svn.delete.ignoredRulesForDeletedFiles`|Ignored files/rules for `svn.delete.actionForDeletedFiles`(Ex.: file.txt or \*\*/\*.txt)|`[]`|

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@
11281128
},
11291129
"svn.conflicts.autoResolve": {
11301130
"type": "boolean",
1131-
"description": "Set file to status resolved after fix conflictss",
1131+
"description": "Set file to status resolved after fix conflicts",
11321132
"default": false
11331133
},
11341134
"svn.update.ignoreExternals": {

0 commit comments

Comments
 (0)