Skip to content

Commit 87dd9c8

Browse files
authored
Fix documentation inconsistency (#1510)
* Fix documentation inconsistency * Fix documentation spelling mistake
1 parent 786dde7 commit 87dd9c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/concepts/apply.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feast will scan Python files in your feature repository, and find all Feast obje
1212

1313
If all definitions look valid, Feast will sync the metadata about Feast objects to the registry. The registry is a tiny database storing most of the same information you have in the feature repository. This step is necessary because the production feature serving infrastructure won't be able to access Python files in the feature repository at run time, but it will be able to efficiently and securely read the feature definitions from the registry.
1414

15-
### 3. Create cloud infrastructure
15+
#### 3. Create cloud infrastructure
1616

1717
Feast CLI will create all necessary infrastructure for feature serving and materialization to work. What exactly gets created depends on which provider is configured to be used in `feature_store.yaml` in the feature repository.
1818

docs/feast-on-kubernetes/concepts/entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Permitted changes include:
5656

5757
* The entity's description and labels
5858

59-
The following changes are note permitted:
59+
The following changes are not permitted:
6060

6161
* Project
6262
* Name of an entity

0 commit comments

Comments
 (0)