Skip to content

Commit 423ab86

Browse files
authored
docs: fix typo in url object syntax (webpack-contrib#1430)
1 parent 5e6cf91 commit 423ab86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Type:
8686
type url =
8787
| boolean
8888
| {
89-
url: (url: string, resourcePath: string) => boolean;
89+
filter: (url: string, resourcePath: string) => boolean;
9090
};
9191
```
9292

0 commit comments

Comments
 (0)