Skip to content

Commit

Permalink
Merge pull request #16 from airtai/fix-typo
Browse files Browse the repository at this point in the history
Update application.py
  • Loading branch information
rjambrecic authored Oct 4, 2023
2 parents ee34fa6 + f7b10db commit 846fb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Greeting(BaseModel):

to_greetings = broker.publisher(
"greetings",
description="Produces a message on greetings after receiving a meesage on names",
description="Produces a message on greetings after receiving a message on names",
)


Expand Down

0 comments on commit 846fb3b

Please sign in to comment.