Skip to content

Commit

Permalink
Correct info box spellings and language
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jun 8, 2022
1 parent 6eb083f commit 4d3cb0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions geofence.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
will contain an object of name, distance pairs. Where distance is the distance in metres to
from the point to the centroid of the region.</p>
<h2>WorldMap</h2>
<p>If the checkbox is enaled then a second output will be added to the node. From this output an
<p>If the checkbox is enabled then a second output will be added to the node. This output sends an
object describing the bounds of the geofence in a format that the WorldMap node understands.</p>
<p>This output is triggered by a `msg.payload.action` equal to `"send"`.</p>
<p>This output is triggered by setting <code>msg.payload.action</code> to <code>"send"</code>.</p>
</script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-geofence",
"version": "0.3.2",
"version": "0.3.3",
"description": "A simple node to filter based on location",
"dependencies" :{
"geolib": "^2.0.26"
Expand Down

0 comments on commit 4d3cb0a

Please sign in to comment.