fix(chromium): typo in godoc <link> -> <script>

This commit is contained in:
Julien Neuhart
2021-12-27 17:49:06 +01:00
parent ab6ca8c894
commit 206d7b6ca9

View File

@@ -85,7 +85,7 @@ type LinkTag struct {
// ScriptTag represents an HTML <script> element.
type ScriptTag struct {
// Src is the "src" attribute of the HTML <link> element.
// Src is the "src" attribute of the HTML <script> element.
// Required.
Src string `json:"src"`
}