Skip to content

Commit dfaa4fb

Browse files
authored
Merge pull request #100 from LPuehringerStudent/fix-controls-typo
Fix typo: controls to control in settings documentation
2 parents cb85da2 + ead83c4 commit dfaa4fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Integer settings are a whole number. By default, they have a slider, arrows to i
152152
// Maximum value
153153
"max": 10,
154154
// Define the controls for this setting
155-
"controls": {
155+
"control": {
156156
// Enable the small (green) arrow controls
157157
"arrows": true,
158158
// Control how much the small (green) arrows should increment/decrement
@@ -194,7 +194,7 @@ Float settings are just like int settings, but for floats!
194194
"min": 0.5,
195195
"max": 2.5,
196196
// Define the controls for this setting
197-
"controls": {
197+
"control": {
198198
// Enable the small (green) arrow controls
199199
"arrows": true,
200200
// Control how much the small (green) arrows should increment/decrement

0 commit comments

Comments
 (0)