From 885dbe613c05b8d82daa8d3907bb21d99d2e1113 Mon Sep 17 00:00:00 2001 From: Jonas Brems Date: Mon, 20 Feb 2023 13:28:49 +0100 Subject: [PATCH] docs(material/chips): fix minor spelling mistake --- src/material/chips/chips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 `