Skip to content

Commit

Permalink
docs: small typo (#452)
Browse files Browse the repository at this point in the history
just fixing a couple of typos!
  • Loading branch information
thdaraujo authored Oct 26, 2022
1 parent 2e43327 commit a925297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/earmark.ex
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ defmodule Earmark do
* `postprocessor:` defaults to nil
Before rendering the AST is transformed by a postprocessor.
For details see the description of `Earmark.Transform.map_ast` below which will accept the same postprocessor as
a matter of fact specifying `postprocessor: fun` is conecptionnaly the same as
Before rendering, the AST is transformed by a postprocessor.
For details, see the description of `Earmark.Transform.map_ast` below which will accept the same postprocessor.
As a matter of fact, specifying `postprocessor: fun` is conceptually the same as
```elixir
markdown
Expand Down

0 comments on commit a925297

Please sign in to comment.