Skip to content

Commit 50d4c75

Browse files
authored
Fix "AirDenstiy" typo in AtmosphereSensor (#890)
## Changes Changed incorrect references to `AirDenstiy` in `reference/engine/classes/AtmosphereSensor.yaml` to `AirDensity`. ## Checks By submitting your pull request for review, you agree to the following: - [X] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [X] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [X] To the best of my knowledge, all proposed changes are accurate.
1 parent 4dab344 commit 50d4c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/reference/engine/classes/AtmosphereSensor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ category:
44
memory_category: Instances
55
summary: |
66
A `Class.SensorBase` that outputs data about the
7-
`Class.AtmosphereSensor.AirDenstiy|AirDenstiy` and
7+
`Class.AtmosphereSensor.AirDensity|AirDensity` and
88
`Class.AtmosphereSensor.RelativeWindVelocity|RelativeWindVelocity` at the
99
sensor's position.
1010
description: |
1111
A `Class.SensorBase` that outputs data about the
12-
`Class.AtmosphereSensor.AirDenstiy|AirDenstiy` and
12+
`Class.AtmosphereSensor.AirDensity|AirDensity` and
1313
`Class.AtmosphereSensor.RelativeWindVelocity|RelativeWindVelocity` at the
1414
sensor's position.
1515
code_samples: []

0 commit comments

Comments
 (0)