diff --git a/src/material/chips/chips.md b/src/material/chips/chips.md index e1b0a3941763..27beec40e109 100644 --- a/src/material/chips/chips.md +++ b/src/material/chips/chips.md @@ -38,7 +38,7 @@ Users can move through the chips using the arrow keys and select/deselect them w Use `` and `` for assisting users with text entry. -Chips are always used inside a container. To create chips connected to an input field, start by creating a `` as the container. Add an `` element, and register it to the `` by passing the `matChipInputFor` Input. Always use an `` elemnt with ``. Nest a `` element inside the `` for each piece of data entered by the user. An example of of using chips for text input. +Chips are always used inside a container. To create chips connected to an input field, start by creating a `` as the container. Add an `` element, and register it to the `` by passing the `matChipInputFor` Input. Always use an `` element with ``. Nest a `` element inside the `` for each piece of data entered by the user. An example of of using chips for text input. @@ -188,4 +188,4 @@ Always apply MatChipRemove to a `