Skip to content

Commit b62327e

Browse files
committed
docs(ngOpen): fix typo in api docs
1 parent 07a58dd commit b62327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/booleanAttrs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
* The HTML specs do not require browsers to preserve the special attributes such as open.
282282
* (The presence of them means true and absence means false)
283283
* This prevents the angular compiler from correctly retrieving the binding expression.
284-
* To solve this problem, we introduce the `ngMultiple` directive.
284+
* To solve this problem, we introduce the `ngOpen` directive.
285285
*
286286
* @example
287287
<doc:example>

0 commit comments

Comments
 (0)