diff --git a/docs/art/guides/component.png b/docs/art/guides/component.png deleted file mode 100644 index e0ac2b7d1..000000000 Binary files a/docs/art/guides/component.png and /dev/null differ diff --git a/docs/components/component_spec.md b/docs/components/component_spec.md index c4f86b482..02ad462e7 100644 --- a/docs/components/component_spec.md +++ b/docs/components/component_spec.md @@ -85,7 +85,7 @@ dataset. Each field defines the expected data type, which should match the [types defined by Fondant](https://github.com/ml6team/fondant/blob/main/src/fondant/core/schema.py), -that correespond to [Arrow data types](https://arrow.apache.org/docs/python/api/datatypes.html). +that correspond to [Arrow data types](https://arrow.apache.org/docs/python/api/datatypes.html). Note that you can always map a field from your dataset with a different name to a specific field name expected by the component provided they have the same data type. For example, suppose we have a component spec that