Fix typos caught by typos.

https://github.com/crate-ci/typos

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-01-02 11:50:23 -08:00
committed by Tim Abbott
parent 730b93c338
commit bd884c88ed
125 changed files with 109 additions and 109 deletions

View File

@@ -18,7 +18,7 @@ The pills will automatically be inserted in before the ".input" in order.
## Basic usage
```js
var $pill_containter = $("#input_container");
var $pill_container = $("#input_container");
var pills = input_pill.create({
$container: $pill_container,
create_item_from_text: user_pill.create_item_from_email,