mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Fix typos caught by typos.
https://github.com/crate-ci/typos Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
730b93c338
commit
bd884c88ed
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user