Skip to content

Commit 6dee688

Browse files
authored
docs: Fix small typos in Feast UI projects list documentation (#4555)
I initially created a `project-list.json` file, then found out it should be `projects-list.json`. Then spotted another tiny typo, so fixed it too. Signed-off-by: Harri Lehtola <peruukki@hotmail.com>
1 parent 4293608 commit 6dee688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/alpha-web-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ReactDOM.render(
7070
);
7171
```
7272

73-
When you start the React app, it will look for `project-list.json` to find a list of your projects. The JSON should looks something like this.
73+
When you start the React app, it will look for `projects-list.json` to find a list of your projects. The JSON should look something like this.
7474

7575
```json
7676
{

ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ReactDOM.render(
4646
);
4747
```
4848

49-
When you start the React app, it will look for `projects-list.json` to find a list of your projects. The JSON should looks something like this.
49+
When you start the React app, it will look for `projects-list.json` to find a list of your projects. The JSON should look something like this.
5050

5151
```json
5252
{

0 commit comments

Comments
 (0)