Skip to content

Commit

Permalink
Fix typo s/Goggle/Google/
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumnos authored and waylan committed Jun 4, 2017
1 parent 4f1f7da commit b7db1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/inlinepatterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def handleMatch(self, m):
except IndexError:
id = None
if not id:
# if we got something like "[Google][]" or "[Goggle]"
# if we got something like "[Google][]" or "[Google]"
# we'll use "google" as the id
id = m.group(2).lower()

Expand Down

0 comments on commit b7db1ec

Please sign in to comment.