docs: remove typo from changeset

Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
Rogerio Angeliski
2022-11-30 16:20:54 +00:00
parent 9451e8f20d
commit 936d1cc98a
+1 -1
View File
@@ -4,7 +4,7 @@
Handle GitHub `organization`, `team` and `membership` events at the `GithubOrgEntityProvider` by subscribing to the respective topics
Implements `EventSubscriber` to receive events for the topic `github.push`.
Implements `EventSubscriber` to receive events for the topics `github.organization`, `github.team` and `github.membership`.
On `organization`, `team` and `membership` events, the affected User or Group will be refreshed.
This includes adding new entities, refreshing existing ones, and removing obsolete ones.