We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c0cd1 commit 2db3ef8Copy full SHA for 2db3ef8
1 file changed
packages/transient-render-engine/src/model/HTMLElementModel.ts
@@ -243,7 +243,7 @@ export default class HTMLElementModel<
243
/**
244
* Create a new {@link HTMLElementModel} by shallow-merging properties into this model.
245
*
246
- * @param merger - A function to generate the new properties to shallwo-merge into this model.
+ * @param merger - A function to generate the new properties to shallow-merge into this model.
247
* @typeParam CM - The {@link HTMLContentModel} attached to the new model.
248
*/
249
extend<CM extends HTMLContentModel>(
0 commit comments