Skip to content

Commit

Permalink
minor typo in example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Apr 20, 2020
1 parent c66af6c commit 9ca9cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/simple_ext1/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SimpleApp1(ExtensionAppJinjaMixin, ExtensionApp):
# The name of the extension.
extension_name = "simple_ext1"

# Te url that your extension will serve its homepage.
# The url that your extension will serve its homepage.
extension_url = '/simple_ext1/default'

# Should your extension expose other server extensions when launched directly?
Expand Down

0 comments on commit 9ca9cb2

Please sign in to comment.