1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Fix typos in config based connector docs (#17294)

* add if

* add of

* add clause stating that it starts out with dummy data

* use same format as in code below

* capitalize first word of sentence

* fix typo

* undo unintentional changes

* add quotes around values
This commit is contained in:
Lake Mossman
2022-09-28 07:14:30 -07:00
committed by GitHub
parent 10be7e2f84
commit 232e830980
4 changed files with 8 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
## Summary
Throughout this tutorial, we'll walk you through the creation an Airbyte source to read and extract data from an HTTP API.
Throughout this tutorial, we'll walk you through the creation of an Airbyte source to read and extract data from an HTTP API.
We'll build a connector reading data from the Exchange Rates API, but the steps apply to other HTTP APIs you might be interested in integrating with.