Skip to content

Commit 44f27ca

Browse files
authored
Typo fix for docs. (#270)
1 parent d160e6f commit 44f27ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/core/flow_methods.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ A data source may enable one or multiple *change capture mechanisms*:
9898
For example, [`GoogleDrive` source](../ops/sources#google-drive) allows polling recent modified files.
9999
See documentations for specific data sources.
100100

101-
Change capture mechanisms enables CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.
101+
Change capture mechanisms enable CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.
102102

103103
To perform live update, you need to create a `cocoindex.FlowLiveUpdater` object using the `cocoindex.Flow` object.
104104
It takes an optional `cocoindex.FlowLiveUpdaterOptions` option, with the following fields:
@@ -194,7 +194,7 @@ It takes a `EvaluateAndDumpOptions` dataclass as input to configure, with the fo
194194
<TabItem value="python" label="Python" default>
195195

196196
```python
197-
flow.evaluate_and_dump(EvaluateAndDumpOptions(output_dir="./eval_output"))
197+
demo_flow.evaluate_and_dump(EvaluateAndDumpOptions(output_dir="./eval_output"))
198198
```
199199

200200
</TabItem>

0 commit comments

Comments
 (0)