Skip to content

Commit

Permalink
fix(docs): typo in low-code docs (#40694)
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi authored Jul 3, 2024
1 parent d127a45 commit 4a62ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connector-development/config-based/advanced-topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and instantiate the object from the resulting mapping

If the component definition is a mapping with neither a "class_name" nor a "type" field,
the factory will do a best-effort attempt at inferring the component type by looking up the parent object's constructor type hints.
If the type hint is an interface present in [DEFAULT_IMPLEMENTATIONS_REGISTRY](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/default_implementation_registry.py,
If the type hint is an interface present in [DEFAULT_IMPLEMENTATIONS_REGISTRY](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/airbyte_cdk/sources/declarative/parsers/default_implementation_registry.py),
then the factory will create an object of its default implementation.

If the component definition is a list, then the factory will iterate over the elements of the list,
Expand Down

0 comments on commit 4a62ae7

Please sign in to comment.