Skip to content

Commit e60daea

Browse files
author
Vladimir Enchev
committed
comment updated
1 parent 835ab8c commit e60daea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/html-view/html-view.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ declare module "ui/html-view" {
66
import dependencyObservable = require("ui/core/dependency-observable");
77

88
/**
9-
* Represents a view with html content. Use this component instead WebView when want to show just static HTML content.
9+
* Represents a view with html content. Use this component instead WebView when you want to show just static HTML content.
1010
* [iOS support](https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSAttributedString_UIKit_Additions/#//apple_ref/occ/instm/NSAttributedString/initWithData:options:documentAttributes:error:)
1111
* [android support](http://developer.android.com/reference/android/text/Html.html)
1212
*/

0 commit comments

Comments
 (0)