Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 33576e6

Browse files
author
John Andersen
committed
docs: about: Spelling fixes
Signed-off-by: John Andersen <[email protected]>
1 parent c8439d7 commit 33576e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/about.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ without changing code, only the graph (known as the dataflow).
3838
This is an example of the dataflow for a meta static analysis tool for Python,
3939
``shouldi``. We take the package name (package) and feed it through operations,
4040
which are just functions (but could be anything, some SaaS web API endpoint for
41-
instance). All the data generated by running these operations is queriable,
41+
instance). All the data generated by running these operations is query-able,
4242
allowing us to structure the output in whatever way is most fitting for our
4343
application.
4444

4545
.. image:: /images/shouldi-dataflow.svg
4646
:alt: DataFlow for shouldi tool
4747

48-
Consistant API
48+
Consistent API
4949
--------------
5050

5151
DFFML decouples the interface through which the flow is accessed from the flow

0 commit comments

Comments
 (0)