Skip to content

Commit 3e01ef2

Browse files
authored
Fix typo (#763)
Don't show in the changelog
1 parent aa37f0c commit 3e01ef2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

extensions/community/CurvedMovement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6631,7 +6631,7 @@
66316631
"type": "expression"
66326632
},
66336633
{
6634-
"description": "Duration (in second)",
6634+
"description": "Duration (in seconds)",
66356635
"name": "Duration",
66366636
"type": "expression"
66376637
}

extensions/community/MakeItRain.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@
15031503
{
15041504
"codeOnly": false,
15051505
"defaultValue": "",
1506-
"description": "Respawning object timer speed (in second)",
1506+
"description": "Respawning object timer speed (in seconds)",
15071507
"longDescription": "Example: 0.01",
15081508
"name": "TimerSpeed",
15091509
"optional": false,
@@ -3010,7 +3010,7 @@
30103010
{
30113011
"codeOnly": false,
30123012
"defaultValue": "",
3013-
"description": "Respawning object timer speed (in second)",
3013+
"description": "Respawning object timer speed (in seconds)",
30143014
"longDescription": "Example: 0.01",
30153015
"name": "TimerSpeed",
30163016
"optional": false,

extensions/reviewed/SmoothCamera.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@
11411141
"colorG": 176,
11421142
"colorR": 74,
11431143
"creationTime": 0,
1144-
"name": "Linear regression vector used by the forcasting.",
1144+
"name": "Linear regression vector used by the forecasting.",
11451145
"source": "",
11461146
"type": "BuiltinCommonInstructions::Group",
11471147
"events": [
@@ -4543,7 +4543,7 @@
45434543
"colorG": 176,
45444544
"colorR": 74,
45454545
"creationTime": 0,
4546-
"name": "Forcasted position",
4546+
"name": "Forecasted position",
45474547
"source": "",
45484548
"type": "BuiltinCommonInstructions::Group",
45494549
"events": [
@@ -4956,7 +4956,7 @@
49564956
{
49574957
"value": "0",
49584958
"type": "Number",
4959-
"label": "Forcast time (in seconds)",
4959+
"label": "Forecast time (in seconds)",
49604960
"description": "",
49614961
"group": "Timing",
49624962
"extraInformation": [],
@@ -4966,7 +4966,7 @@
49664966
{
49674967
"value": "0",
49684968
"type": "Number",
4969-
"label": "Forecast history duration (in second)",
4969+
"label": "Forecast history duration (in seconds)",
49704970
"description": "",
49714971
"group": "Timing",
49724972
"extraInformation": [],
@@ -5616,7 +5616,7 @@
56165616
{
56175617
"value": "0.95",
56185618
"type": "Number",
5619-
"label": "Upward speed in the air (in ratio persecond)",
5619+
"label": "Upward speed in the air (in ratio per second)",
56205620
"description": "",
56215621
"group": "Catch-up speed",
56225622
"extraInformation": [],
@@ -5626,7 +5626,7 @@
56265626
{
56275627
"value": "0.95",
56285628
"type": "Number",
5629-
"label": "Downward speed in the air (in ratio persecond)",
5629+
"label": "Downward speed in the air (in ratio per second)",
56305630
"description": "",
56315631
"group": "Catch-up speed",
56325632
"extraInformation": [],
@@ -5636,7 +5636,7 @@
56365636
{
56375637
"value": "0.9",
56385638
"type": "Number",
5639-
"label": "Upward speed on the floor (in ratio persecond)",
5639+
"label": "Upward speed on the floor (in ratio per second)",
56405640
"description": "",
56415641
"group": "Catch-up speed",
56425642
"extraInformation": [],
@@ -5646,7 +5646,7 @@
56465646
{
56475647
"value": "0.9",
56485648
"type": "Number",
5649-
"label": "Downward speed on the floor (in ratio persecond)",
5649+
"label": "Downward speed on the floor (in ratio per second)",
56505650
"description": "",
56515651
"group": "Catch-up speed",
56525652
"extraInformation": [],

0 commit comments

Comments
 (0)