Skip to content

Commit

Permalink
Fixed typo (#144)
Browse files Browse the repository at this point in the history
signare -> signature
  • Loading branch information
mprinc committed Oct 9, 2020
1 parent 2461cc9 commit 6b17ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -207,7 +207,7 @@ export function createMatchPath(
): MatchPath {
```
The `createMatchPath` function will create a function that can match paths. It accepts `baseUrl` and `paths` directly as they are specified in tsconfig and will handle resolving paths to absolute form. The created function has the signare specified by the type `MatchPath` above.
The `createMatchPath` function will create a function that can match paths. It accepts `baseUrl` and `paths` directly as they are specified in tsconfig and will handle resolving paths to absolute form. The created function has the signature specified by the type `MatchPath` above.
### matchFromAbsolutePaths
Expand Down

0 comments on commit 6b17ee2

Please sign in to comment.