Skip to content

Commit

Permalink
Typo on Ship infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Alzueta committed Jul 18, 2024
1 parent 4a6e875 commit bf70ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MlIconLayer/MlIconLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const MlIconLayer = (props) => {
{object.velocity} kn (
{Math.round(object.velocity * 1.852 * 100) / 100} km/h)
<br />
<b>Position accurancy: </b>
<b>Position accuracy: </b>
{object.accurancy ? "high" : "low"}
<br />
<br/>
Expand Down

0 comments on commit bf70ba6

Please sign in to comment.