Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Sep 3, 2024
1 parent c9b6d8e commit 439b10a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"value": "/behavior_analyzer/manual_score.data[1]",
"enabled": true,
"color": "#4e98e2",
"label": "longitudinal confortability (manual)",
"label": "longitudinal comfortabiilty (manual)",

Check warning on line 42 in planning/autoware_planning_data_analyzer/config/behavior_analyzer.json

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (comfortabiilty)
"lineSize": 1.5,
"showLine": true
},
Expand All @@ -49,7 +49,7 @@
"enabled": true,
"color": "#f5774d",
"lineSize": 1.5,
"label": "longitudinal confortability (system)"
"label": "longitudinal comfortabiilty (system)"

Check warning on line 52 in planning/autoware_planning_data_analyzer/config/behavior_analyzer.json

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (comfortabiilty)
}
],
"minYValue": 0,
Expand All @@ -71,7 +71,7 @@
"value": "/behavior_analyzer/manual_score.data[0]",
"enabled": true,
"color": "#4e98e2",
"label": "lateral confortability (manual)",
"label": "lateral comfortabiilty (manual)",

Check warning on line 74 in planning/autoware_planning_data_analyzer/config/behavior_analyzer.json

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (comfortabiilty)
"lineSize": 1.5,
"showLine": true
},
Expand All @@ -81,7 +81,7 @@
"enabled": true,
"color": "#f5774d",
"lineSize": 1.5,
"label": "lateral confortability (system)"
"label": "lateral comfortabiilty (system)"

Check warning on line 84 in planning/autoware_planning_data_analyzer/config/behavior_analyzer.json

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (comfortabiilty)
}
],
"minYValue": 0,
Expand Down

0 comments on commit 439b10a

Please sign in to comment.