Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Typos in Feast UI error message #2432

Merged
merged 1 commit into from
Mar 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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