Skip to content

Commit

Permalink
Fix a typo in incremental-loading.md (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Feb 1, 2024
1 parent 8b4ad00 commit bf453dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/incremental-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def stripe():
yield data

# create resources for several endpoints on a single decorator function
for endpoint in Endpoints:
for endpoint in endpoints:
yield dlt.resource(
get_resource,
name=endpoint.value,
Expand Down

0 comments on commit bf453dd

Please sign in to comment.