Skip to content

Commit d9462c1

Browse files
committed
docs: remove note about more error handling
will add more details on this in a separate commit
1 parent f55c2ac commit d9462c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The element also emits **events** as a user interacts with it. This is how you c
112112
|---------------|--------------|-----------|
113113
|`select` |`Feature` |Dispatched when a user selects a suggested item from the list.|
114114
|`change` |`string` |Dispatched with every keystroke as the user types (not debounced).|
115-
|`error` |`Error` |Dispatched if an error occures during the request (for example if the rate limit was exceeded.) More on error handling below.|
115+
|`error` |`Error` |Dispatched if an error occures during the request (for example if the rate limit was exceeded.)|
116116
117117
## Example
118118

0 commit comments

Comments
 (0)