Skip to content

Commit

Permalink
chore: fix spelling mistake in docs (#3594)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Dec 2, 2024
1 parent 2990e90 commit 82b44e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/reference/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ First, declare a new topic:
```java
@Export
@Topic("invoices")
interface InvoiceTopic extends WriteableTopc<Invoice> {}
interface InvoiceTopic extends WriteableTopic<Invoice> {}
```

Events can be published to a topic by injecting it into an `@Verb` method:
Expand Down

0 comments on commit 82b44e3

Please sign in to comment.