Skip to content

Commit c4d99ef

Browse files
authored
sync fetchResult example with code
1 parent 3675081 commit c4d99ef

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
@@ -91,7 +91,7 @@ As an example:
9191
9292
## Properties
9393
94-
- `fetchResult` you can override the default method used to query for results by overriding this property: `document.querySelector('auto-complete').fetchResult = async (el, url) => (await fetch(url)).text()`
94+
- `fetchResult` you can override the default method used to query for results by overriding this property: `document.querySelector('auto-complete').fetchResult = async (url) => (await fetch(url)).text()`
9595
9696
## Events
9797

0 commit comments

Comments
 (0)