Skip to content

Commit e14369d

Browse files
fix: Typos in Feast UI error message (#2432)
The error message refers to `feature_store.json` instead of `feature_store.yaml`. Signed-off-by: Benjamin Tan <[email protected]>
1 parent 9b94f7b commit e14369d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/pages/ProjectOverviewPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const ProjectOverviewPage = () => {
5151
body={
5252
<p>
5353
There was an error loading the Project Configurations.
54-
Please check that <code>feature_store.json</code> file is
54+
Please check that <code>feature_store.yaml</code> file is
5555
available and well-formed.
5656
</p>
5757
}
@@ -70,7 +70,7 @@ const ProjectOverviewPage = () => {
7070
registered in Feast.
7171
</p>
7272
<p>
73-
It look like this project already have some objects
73+
It looks like this project already has some objects
7474
registered. If you are new to this project, we suggest
7575
starting by exploring the Feature Services, as they
7676
represent the collection of Feature Views serving a

0 commit comments

Comments
 (0)