From 2fbaf646110d98c32dc2661973357e69873ecd22 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Fri, 10 Mar 2023 13:33:47 +0000 Subject: [PATCH] fix typo Signed-off-by: Brian Fletcher --- plugins/events-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/events-backend/README.md b/plugins/events-backend/README.md index 2288c91f2e..d5a321df94 100644 --- a/plugins/events-backend/README.md +++ b/plugins/events-backend/README.md @@ -82,7 +82,7 @@ export default async function createPlugin( ### Implementing an `EventSubscriber` class -More complex solutions might warrent the creation of a class that implements the `EventSubscriber` interface. e.g. +More complex solutions might need the creation of a class that implements the `EventSubscriber` interface. e.g. ```typescript jsx import { EventSubscriber } from "./EventSubscriber";