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

Commit 2c14d92

Browse files
isaaclymanThomasBurleson
authored andcommitted
fix(docs): toast documentation punctuation error
$mdToast documentation formerly said "...relative to it's first non-static...". Fix this to "its". Closes #8870
1 parent b741531 commit 2c14d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/toast/toast.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ function MdToastDirective($mdToast) {
4646
*
4747
* ## Parent container notes
4848
*
49-
* The toast is positioned using absolute positioning relative to it's first non-static parent
49+
* The toast is positioned using absolute positioning relative to its first non-static parent
5050
* container. Thus, if the requested parent container uses static positioning, we will temporarily
51-
* set it's positioning to `relative` while the toast is visible and reset it when the toast is
51+
* set its positioning to `relative` while the toast is visible and reset it when the toast is
5252
* hidden.
5353
*
5454
* Because of this, it is usually best to ensure that the parent container has a fixed height and

0 commit comments

Comments
 (0)