Skip to content

Commit

Permalink
Fix simple typo: seperate -> separate
Browse files Browse the repository at this point in the history
Closes #1997
  • Loading branch information
timgates42 authored and waylan committed Feb 22, 2020
1 parent adfd76d commit b144b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/commands/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_web_handlers(self, script):

def _static_server(host, port, site_dir):

# Importing here to seperate the code paths from the --livereload
# Importing here to separate the code paths from the --livereload
# alternative.
_init_asyncio_patch()
from tornado import ioloop
Expand Down

0 comments on commit b144b50

Please sign in to comment.