Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: pkg/web_components/README.md

Issue 501353003: Fixing typo in "unminfied" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/polymer/lib/polymer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/web_components/README.md
diff --git a/pkg/web_components/README.md b/pkg/web_components/README.md
index a0f0052004d22ceaab5534d49aff99b20c0ef273..d343f861223856ca7bda8174d005000e4a86a42c 100644
--- a/pkg/web_components/README.md
+++ b/pkg/web_components/README.md
@@ -20,7 +20,7 @@ Include the polyfills in your HTML `<head>` to enable Shadow DOM:
<script src="packages/web_components/dart_support.js"></script>
```
-You can also use an unminfied version for development:
+You can also use an unminified version for development:
```html
<script src="packages/web_components/platform.concat.js"></script>
« no previous file with comments | « pkg/polymer/lib/polymer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698