Skip to content

Commit

Permalink
Merge pull request #3020 from timgates42/bugfix_typos
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Aug 4, 2022
2 parents e265deb + 6cac823 commit 062144a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For Apache::
ErrorDocument 404 /404.html

For Amazon S3, first navigate to the ``Static Site Hosting`` menu in the bucket
settings on your AWS cosole. From there::
settings on your AWS console. From there::

Error Document: 404.html

Expand Down
2 changes: 1 addition & 1 deletion pelican/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pelican.log import log_warnings

# redirect warnings modulole to use logging instead
# redirect warnings module to use logging instead
log_warnings()

# setup warnings to log DeprecationWarning's and error on
Expand Down

0 comments on commit 062144a

Please sign in to comment.