docs: change ”it's" to "its" as needed in several docs. (#21867)

Most of them are in content but one is in common and needs special approval.

PR Close #21867
This commit is contained in:
Eli Sadoff
2017-06-02 15:10:54 -04:00
committed by Jason Aden
parent c40ae7f7cf
commit 6e8bc310f0
4 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,7 @@ import {Directive, EmbeddedViewRef, Input, OnChanges, SimpleChange, SimpleChange
* `[ngTemplateOutletContext]` should be an object, the object's keys will be available for binding
* by the local template `let` declarations.
*
* Note: using the key `$implicit` in the context object will set it's value as default.
* Note: using the key `$implicit` in the context object will set its value as default.
*
* ## Example
*