Skip to content

Commit 5e48308

Browse files
authored
Fix typo in ogcapi-processes.rst (#1715)
1 parent b30465c commit 5e48308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/data-publishing/ogcapi-processes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fashion (inputs, outputs).
99
pygeoapi implements OGC API - Processes functionality by providing a plugin architecture, thereby
1010
allowing developers to implement custom processing workflows in Python.
1111

12-
The pygeoapi offers two processes: a default ``hello-world`` process which allows you to quickly explore the capabilities of processes, and an optional ``shapely-functions`` process with more advanced features that leverages `Shapely_` to expose various geometric processing functionality.
12+
The pygeoapi offers two processes: a default ``hello-world`` process which allows you to quickly explore the capabilities of processes, and an optional ``shapely-functions`` process with more advanced features that leverages `Shapely`_ to expose various geometric processing functionality.
1313

1414
Configuration
1515
-------------

0 commit comments

Comments
 (0)