Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyZhang777 committed Mar 5, 2024
1 parent 05d5961 commit 56b9f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/theme-map/Renderer/ElementRenderTarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ElementRenderTarget extends RenderTarget {

/**
* async render(data) => DOMNode
* Calls templateFunction(data) and sets value to element.textContnet, then returns element
* Calls templateFunction(data) and sets value to element.textContent, then returns element
*/
async render(data) {
if (this._element) {
Expand Down

0 comments on commit 56b9f2a

Please sign in to comment.