Skip to content

Commit

Permalink
[doc] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Dec 9, 2023
1 parent 8508ee2 commit eceb4c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ renderer.visit(doc); <4>
final var html = renderer.result(); <5>
----
<.> Create a parser instance, can be a singleton in an application,
<.> Load the document model, can also be a singletong in an application when the conditions depends on attributes,
<.> Load the document model, can also be a singleton in an application when the conditions depends on attributes,
<.> Create a renderer (here a html renderer, optionally you can pass it attributes using the other constructor),
<.> Visit the document,
<.> Get back the output of the renderer (html output here).
Expand Down

0 comments on commit eceb4c0

Please sign in to comment.