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

Fix a punctuation error #8870

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/toast/toast.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function MdToastDirective($mdToast) {
*
* ## Parent container notes
*
* The toast is positioned using absolute positioning relative to it's first non-static parent
* The toast is positioned using absolute positioning relative to its first non-static parent
* container. Thus, if the requested parent container uses static positioning, we will temporarily
* set it's positioning to `relative` while the toast is visible and reset it when the toast is
* set its positioning to `relative` while the toast is visible and reset it when the toast is
* hidden.
*
* Because of this, it is usually best to ensure that the parent container has a fixed height and
Expand Down