Skip to content

Commit e2fd19c

Browse files
authored
Merge pull request #78 from josa42/josa42/schema-typo
fix typo in schema
2 parents 9f5228b + d6b2122 commit e2fd19c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

setting/schema-pt-br.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}
1010
},
11-
"addonManger.enable": {
11+
"addonManager.enable": {
1212
"default": true,
1313
"markdownDescription": "Set the on/off state for the addon manager.",
1414
"scope": "resource",

setting/schema-zh-cn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}
1010
},
11-
"addonManger.enable": {
11+
"addonManager.enable": {
1212
"default": true,
1313
"markdownDescription": "Set the on/off state for the addon manager.",
1414
"scope": "resource",

setting/schema-zh-tw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}
1010
},
11-
"addonManger.enable": {
11+
"addonManager.enable": {
1212
"default": true,
1313
"markdownDescription": "Set the on/off state for the addon manager.",
1414
"scope": "resource",

setting/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}
1010
},
11-
"addonManger.enable": {
11+
"addonManager.enable": {
1212
"default": true,
1313
"markdownDescription": "Set the on/off state for the addon manager.",
1414
"scope": "resource",

0 commit comments

Comments
 (0)