Skip to content

Commit

Permalink
fix: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 19, 2021
1 parent 1e5dcb4 commit 4826486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/app.py
Expand Up @@ -46,7 +46,7 @@ class ArmorApp(appier.WebApp):
def __init__(self, *args, **kwargs):
appier.WebApp.__init__(
self,
name = "nexmo",
name = "armor",
*args, **kwargs
)

Expand Down

0 comments on commit 4826486

Please sign in to comment.