Skip to content

Commit

Permalink
Fix square-grid input parameters in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-leger committed Apr 14, 2020
1 parent 7369731 commit b983beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/turf-square-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## squareGrid

Creates a square grid from a bounding box, [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3).
Creates a square grid from a bounding box.

**Parameters**

Expand Down
2 changes: 1 addition & 1 deletion packages/turf-square-grid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import rectangleGrid from "@turf/rectangle-grid";

/**
* Creates a square grid from a bounding box, {@link Feature} or {@link FeatureCollection}.
* Creates a square grid from a bounding box.
*
* @name squareGrid
* @param {Array<number>} bbox extent in [minX, minY, maxX, maxY] order
Expand Down

0 comments on commit b983beb

Please sign in to comment.