Fix typo in README.md

Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
solimant
2023-08-30 00:02:14 -04:00
committed by GitHub
parent 68d7d85a75
commit 969a9143e8
@@ -20,7 +20,7 @@ We created the Incremental Entity Provider to address all of the above issues. T
Incremental Entity Providers will wait a configurable interval before proceeding to the next burst.
Once the source has no more results, Incremental Entity Provider compares all entities annotated with `@backstage/incremental-entity-provider: <entity-provider-id>` against all marked entities to determine which entities committed by same entity provider were not marked during the last ingestion cycle. All unmarked entities are deleted at the end of the cycle. The Incremental Entity Provider rests for a fixed internal before restarting the ingestion process.
Once the source has no more results, Incremental Entity Provider compares all entities annotated with `@backstage/incremental-entity-provider: <entity-provider-id>` against all marked entities to determine which entities committed by same entity provider were not marked during the last ingestion cycle. All unmarked entities are deleted at the end of the cycle. The Incremental Entity Provider rests for a fixed interval before restarting the ingestion process.
![Diagram of execution of an Incremental Entity Provider](https://user-images.githubusercontent.com/74687/185822734-ee6279c7-64fa-46b9-9aa8-d4092ab73858.png)