Skip to content

Commit

Permalink
Fix readme typo (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
asd153866714 and sindresorhus committed Jul 19, 2022
1 parent 699ce1e commit 4ce3a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export interface Options {
readonly removeTrailingSlash?: boolean;

/**
Remove a sole `/` pathname in the output. This option is independant of `removeTrailingSlash`.
Remove a sole `/` pathname in the output. This option is independent of `removeTrailingSlash`.
@default true
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ normalizeUrl('http://sindresorhus.com/', {removeTrailingSlash: false});
Type: `boolean`\
Default: `true`

Remove a sole `/` pathname in the output. This option is independant of `removeTrailingSlash`.
Remove a sole `/` pathname in the output. This option is independent of `removeTrailingSlash`.

```js
normalizeUrl('https://sindresorhus.com/');
Expand Down

0 comments on commit 4ce3a64

Please sign in to comment.