Skip to content

Commit 70c6dc1

Browse files
authored
docs: Fix typo feature_tore.yaml -> feature_store.yaml (#4707)
1 parent 237c453 commit 70c6dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/alpha-vector-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python batch_score_documents.py
3131
The output will be stored in `data/city_wikipedia_summaries.csv.`
3232

3333
### **Initialize Feast feature store and materialize the data to the online store**
34-
Use the feature_tore.yaml file to initialize the feature store. This will use the data as offline store, and Pgvector as online store.
34+
Use the feature_store.yaml file to initialize the feature store. This will use the data as offline store, and Pgvector as online store.
3535

3636
```yaml
3737
project: feast_demo_local

0 commit comments

Comments
 (0)