diff --git a/docs/tutorial/sql.md b/docs/tutorial/sql.md index bd3455cede..75a013f85d 100644 --- a/docs/tutorial/sql.md +++ b/docs/tutorial/sql.md @@ -727,8 +727,8 @@ Since v1.7.0, Sedona supports loading Geopackage file format as a DataFrame. df = sedona.read.format("geopackage").option("tableName", "tab").load("/path/to/geopackage") ``` -Geopackage file can contain vector data and raster data. To show the possible options from the file you can look into -metadata table by adding parameter showMetadata and set it value as true. +Geopackage files can contain vector data and raster data. To show the possible options from a file you can +look into the metadata table by adding parameter showMetadata and set its value as true. === "Scala/Java"