Skip to content

Commit ee829af

Browse files
committed
Merge pull request angular-ui#3275 from jodytate/patch-1
"it" to "it's"
2 parents 18c6acf + a89fc72 commit ee829af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooltip/docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ directive supports multiple placements, optional transition animation, and more.
33

44
There are two versions of the tooltip: `tooltip` and `tooltip-html-unsafe`. The
55
former takes text only and will escape any HTML provided. The latter takes
6-
whatever HTML is provided and displays it in a tooltip; it called "unsafe"
6+
whatever HTML is provided and displays it in a tooltip; it's called "unsafe"
77
because the HTML is not sanitized. *The user is responsible for ensuring the
88
content is safe to put into the DOM!*
99

0 commit comments

Comments
 (0)