We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835ab8c commit e60daeaCopy full SHA for e60daea
ui/html-view/html-view.d.ts
@@ -6,7 +6,7 @@ declare module "ui/html-view" {
6
import dependencyObservable = require("ui/core/dependency-observable");
7
8
/**
9
- * 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.
10
* [iOS support](https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSAttributedString_UIKit_Additions/#//apple_ref/occ/instm/NSAttributedString/initWithData:options:documentAttributes:error:)
11
* [android support](http://developer.android.com/reference/android/text/Html.html)
12
*/
0 commit comments