Skip to content

Commit ee50da2

Browse files
committed
Fix typo
1 parent bc5d28b commit ee50da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vaadin/src/main/java/software/xdev/sse/vaadin/xhrreload/XHRReloadVaadinServiceInitListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public XHRReloadVaadinServiceInitListener(final XHRReloadConfig config)
6666

6767
this.scriptElement = new Element("script")
6868
.attr("type", "text/javascript")
69-
// This is effectively the same as .html() but a lot faster because no HTML paring is done
69+
// This is effectively the same as .html() but a lot faster because no HTML parsing is done
7070
.appendChild(new DataNode(scriptContents));
7171
LOG.trace("Built scriptElement: {}", this.scriptElement);
7272
}

0 commit comments

Comments
 (0)