From a784c9feb8fa0827d41ccdc98e3255497c85dc4c Mon Sep 17 00:00:00 2001 From: Ravi Suhag Date: Sat, 20 Jun 2020 02:17:31 +0530 Subject: [PATCH] Fix typo --- docs/user-guide/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/overview.md b/docs/user-guide/overview.md index 0d45825368b..770d5338f5d 100644 --- a/docs/user-guide/overview.md +++ b/docs/user-guide/overview.md @@ -18,7 +18,7 @@ Feature creators model the data within their organization into Feast through the Feature sets are specifications that contain both schema and data source information. They allow Feast to know how to interpret your data, and optionally where to find it. Feature sets allow users to define domain [entities](entities.md) along with the [features](features.md) that are available on these entities. Feature sets also allow users to define schemas that describe the properties of the data, which in turn can be used for validation purposes. -Once a feature set has been registered, Feast will create the relevant schemas to store feature data within it's feature [stores](stores.md). These stores are then automatically populated by by jobs that ingest data from data [sources](sources.md), making it possible for Feast to provide access to features for training and serving. It is also possible for users to [ingest](data-ingestion.md) data into Feast instead of using an external source. +Once a feature set has been registered, Feast will create the relevant schemas to store feature data within it's feature [stores](stores.md). These stores are then automatically populated by jobs that ingest data from data [sources](sources.md), making it possible for Feast to provide access to features for training and serving. It is also possible for users to [ingest](data-ingestion.md) data into Feast instead of using an external source. Read more about [feature sets](feature-sets.md).