Skip to content

Commit 2db3ef8

Browse files
committed
fix(tre): typo in documentation
1 parent 00c0cd1 commit 2db3ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/transient-render-engine/src/model/HTMLElementModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default class HTMLElementModel<
243243
/**
244244
* Create a new {@link HTMLElementModel} by shallow-merging properties into this model.
245245
*
246-
* @param merger - A function to generate the new properties to shallwo-merge into this model.
246+
* @param merger - A function to generate the new properties to shallow-merge into this model.
247247
* @typeParam CM - The {@link HTMLContentModel} attached to the new model.
248248
*/
249249
extend<CM extends HTMLContentModel>(

0 commit comments

Comments
 (0)