Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 525a8f8

Browse files
docs($compile): fix grammar and specify version for deprecation
1 parent fc8d6d7 commit 525a8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/compile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
* api/ng.$sce#getTrustedResourceUrl $sce.getTrustedResourceUrl}.
265265
*
266266
*
267-
* #### `replace` ([*DEPRECATED*!], will be removed in next major release)
267+
* #### `replace` ([*DEPRECATED*!], will be removed in next major release - i.e. v2.0)
268268
* specify what the template should replace. Defaults to `false`.
269269
*
270270
* * `true` - the template will replace the directive's element.
@@ -274,7 +274,7 @@
274274
* one. See the {@link guide/directive#creating-custom-directives_creating-directives_template-expanding-directive
275275
* Directives Guide} for an example.
276276
*
277-
* There very few scenarios were element replacement is required for the application function,
277+
* There are very few scenarios where element replacement is required for the application function,
278278
* the main one being reusable custom components that are used within SVG contexts
279279
* (because SVG doesn't work with custom elements in the DOM tree).
280280
*

0 commit comments

Comments
 (0)