Skip to content

Commit

Permalink
Minor documentation typo fix.
Browse files Browse the repository at this point in the history
‘praser’ to ‘parser’
  • Loading branch information
davidangel committed Nov 25, 2013
1 parent 9dbd835 commit 2d578a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.php
Expand Up @@ -12,7 +12,7 @@
# Get Markdown class
use \Michelf\Markdown;

# Read file and pass content through the Markdown praser
# Read file and pass content through the Markdown parser
$text = file_get_contents('Readme.md');
$html = Markdown::defaultTransform($text);

Expand Down

0 comments on commit 2d578a8

Please sign in to comment.