Skip to content

Commit ccaefb0

Browse files
committed
[DOC release] Move htmlSafe and isHTMLSafe to Ember.Component in documentation
1 parent 9654d2a commit ccaefb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ember-glimmer/lib/utils/string.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function escapeExpression(string) {
8383
```
8484
8585
@method htmlSafe
86-
@for Ember.String
86+
@for Ember.Template
8787
@static
8888
@return {Handlebars.SafeString} A string that will not be HTML escaped by Handlebars.
8989
@public
@@ -109,7 +109,7 @@ export function htmlSafe(str) {
109109
```
110110
111111
@method isHTMLSafe
112-
@for Ember.String
112+
@for Ember.Template
113113
@static
114114
@return {Boolean} `true` if the string was decorated with `htmlSafe`, `false` otherwise.
115115
@public

0 commit comments

Comments
 (0)