Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit caf2f14

Browse files
author
Steve Johnson
committed
Merge pull request #557 from parthviroja/patch-1
' " ' written before closing of tag
2 parents eaba903 + 0553786 commit caf2f14

File tree

1 file changed

+1
-1
lines changed
  • guides/v2.0/javascript-dev-guide/javascript

1 file changed

+1
-1
lines changed

guides/v2.0/javascript-dev-guide/javascript/js_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To initialize a JS component on a HTML element without direct access to the elem
8080
},
8181
// components initialized without binding to an element
8282
"*": {
83-
"<js_component3">: ...
83+
"<js_component3>": ...
8484
}
8585
</script>
8686
</pre>

0 commit comments

Comments
 (0)