diff --git a/ui/html-view/html-view.d.ts b/ui/html-view/html-view.d.ts
index a13101ee2..522cf6940 100644
--- a/ui/html-view/html-view.d.ts
+++ b/ui/html-view/html-view.d.ts
@@ -6,7 +6,7 @@ declare module "ui/html-view" {
import dependencyObservable = require("ui/core/dependency-observable");
/**
- * Represents a view with html content. Use this component instead WebView when want to show just static HTML content.
+ * Represents a view with html content. Use this component instead WebView when you want to show just static HTML content.
* [iOS support](https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSAttributedString_UIKit_Additions/#//apple_ref/occ/instm/NSAttributedString/initWithData:options:documentAttributes:error:)
* [android support](http://developer.android.com/reference/android/text/Html.html)
*/