Skip to content

Commit

Permalink
Update application.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Sep 29, 2023
1 parent 1b42c56 commit f7b10db
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 f7b10db

Please sign in to comment.