Skip to content

Commit

Permalink
Fix classname typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Siewertsen committed Mar 8, 2021
1 parent 7ce7ac5 commit 91a5336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdown/CommonMarkRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function parse(string $content): string
{
$content = $this->parser->convertToHtml($content);

return (new addCustomHtmlClasses($content, $this->style))->handle();
return (new AddCustomHtmlClasses($content, $this->style))->handle();
}

public function style(string $style): self
Expand Down

0 comments on commit 91a5336

Please sign in to comment.