Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Update dom.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 9, 2020
1 parent 145141f commit 0734fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The DSL syntax makes it very easy to create elements and their children together
li().text("Two")
}
However we can also use the `new {}` function on Elements to add children to a pre-existing Element:
Alternatively we can use the `new {}` function on Elements to add children to a pre-existing Element:

.. code-block:: kotlin
Expand Down

0 comments on commit 0734fba

Please sign in to comment.