Skip to content

Commit ead83c4

Browse files
author
LPuehringerStudent
committed
Fix typo: controls -> control in settings documentation
1 parent cb85da2 commit ead83c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)