Skip to content

Commit

Permalink
Fix typos in error message
Browse files Browse the repository at this point in the history
The error message refers to `feature_store.json` instead of `feature_store.yaml`.

Signed-off-by: Benjamin Tan <[email protected]>
  • Loading branch information
benjamintanweihao authored and Benjamin Tan committed Mar 22, 2022
1 parent bb82741 commit 9c4567e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/ProjectOverviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ProjectOverviewPage = () => {
body={
<p>
There was an error loading the Project Configurations.
Please check that <code>feature_store.json</code> file is
Please check that <code>feature_store.yaml</code> file is
available and well-formed.
</p>
}
Expand All @@ -70,7 +70,7 @@ const ProjectOverviewPage = () => {
registered in Feast.
</p>
<p>
It look like this project already have some objects
It looks like this project already has some objects
registered. If you are new to this project, we suggest
starting by exploring the Feature Services, as they
represent the collection of Feature Views serving a
Expand Down

0 comments on commit 9c4567e

Please sign in to comment.