Skip to content

Commit 385faef

Browse files
committed
Update ToolkitUserCheatsheet.md
Added missing double quotes
1 parent a663f4d commit 385faef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ToolkitUserCheatsheet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#### Basics
44

55
1. Load *platform.js* to shim missing platform features
6-
2. Load components with `<link rel="components" href="<path to component file>.html>`
6+
2. Load components with `<link rel="components" href="<path to component file>.html">`
77
3. Use component tags in HTML.
88

99
<!DOCTYPE html>
@@ -19,7 +19,7 @@
1919

2020
#### Component Links
2121

22-
Links (`<link rel="components" href="<path to component file>.html>`) can be used to collate dependencies, including additional component files, styles, and javascript.
22+
Links (`<link rel="components" href="<path to component file>.html">`) can be used to collate dependencies, including additional component files, styles, and javascript.
2323

2424
For example:
2525

@@ -43,4 +43,4 @@ For example:
4343
<link rel="components" href="app-components.html">
4444
</head>
4545
...
46-
</html>
46+
</html>

0 commit comments

Comments
 (0)