Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2023-03-10 13:33:47 +00:00
parent ba8fa5e4e1
commit 2fbaf64611
+1 -1
View File
@@ -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";