Skip to content

Commit cde1e87

Browse files
committed
Minor whitespace fix
1 parent 8d3a609 commit cde1e87

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
@@ -445,7 +445,7 @@ if( typeof Object.assign !== 'function' ) {
445445
[Upgrading from 0.x -> 1.x](#upgrading-from-v0x---v1x-breaking-changes)
446446
section below.
447447
2. The codebase has been converted to TypeScript, and uses ES6 exports. You can
448-
now use the `import` statement to pull in the `Autolinker` class and related
448+
now use the `import` statement to pull in the `Autolinker` class and related
449449
entities such as `Match`:
450450
451451
```ts

0 commit comments

Comments
 (0)