Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouh committed Feb 4, 2023
1 parent b89af35 commit 86eda0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion extensions/community/CurvedMovement.json
Original file line number Diff line number Diff line change
Expand Up @@ -6631,7 +6631,7 @@
"type": "expression"
},
{
"description": "Duration (in second)",
"description": "Duration (in seconds)",
"name": "Duration",
"type": "expression"
}
Expand Down
4 changes: 2 additions & 2 deletions extensions/community/MakeItRain.json
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@
{
"codeOnly": false,
"defaultValue": "",
"description": "Respawning object timer speed (in second)",
"description": "Respawning object timer speed (in seconds)",
"longDescription": "Example: 0.01",
"name": "TimerSpeed",
"optional": false,
Expand Down Expand Up @@ -3010,7 +3010,7 @@
{
"codeOnly": false,
"defaultValue": "",
"description": "Respawning object timer speed (in second)",
"description": "Respawning object timer speed (in seconds)",
"longDescription": "Example: 0.01",
"name": "TimerSpeed",
"optional": false,
Expand Down
16 changes: 8 additions & 8 deletions extensions/reviewed/SmoothCamera.json
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
"colorG": 176,
"colorR": 74,
"creationTime": 0,
"name": "Linear regression vector used by the forcasting.",
"name": "Linear regression vector used by the Forecasting.",
"source": "",
"type": "BuiltinCommonInstructions::Group",
"events": [
Expand Down Expand Up @@ -4543,7 +4543,7 @@
"colorG": 176,
"colorR": 74,
"creationTime": 0,
"name": "Forcasted position",
"name": "Forecasted position",
"source": "",
"type": "BuiltinCommonInstructions::Group",
"events": [
Expand Down Expand Up @@ -4956,7 +4956,7 @@
{
"value": "0",
"type": "Number",
"label": "Forcast time (in seconds)",
"label": "Forecast time (in seconds)",
"description": "",
"group": "Timing",
"extraInformation": [],
Expand All @@ -4966,7 +4966,7 @@
{
"value": "0",
"type": "Number",
"label": "Forecast history duration (in second)",
"label": "Forecast history duration (in seconds)",
"description": "",
"group": "Timing",
"extraInformation": [],
Expand Down Expand Up @@ -5616,7 +5616,7 @@
{
"value": "0.95",
"type": "Number",
"label": "Upward speed in the air (in ratio persecond)",
"label": "Upward speed in the air (in ratio per second)",
"description": "",
"group": "Catch-up speed",
"extraInformation": [],
Expand All @@ -5626,7 +5626,7 @@
{
"value": "0.95",
"type": "Number",
"label": "Downward speed in the air (in ratio persecond)",
"label": "Downward speed in the air (in ratio per second)",
"description": "",
"group": "Catch-up speed",
"extraInformation": [],
Expand All @@ -5636,7 +5636,7 @@
{
"value": "0.9",
"type": "Number",
"label": "Upward speed on the floor (in ratio persecond)",
"label": "Upward speed on the floor (in ratio per second)",
"description": "",
"group": "Catch-up speed",
"extraInformation": [],
Expand All @@ -5646,7 +5646,7 @@
{
"value": "0.9",
"type": "Number",
"label": "Downward speed on the floor (in ratio persecond)",
"label": "Downward speed on the floor (in ratio per second)",
"description": "",
"group": "Catch-up speed",
"extraInformation": [],
Expand Down

0 comments on commit 86eda0d

Please sign in to comment.