Skip to content

Commit f742bea

Browse files
authored
docs: readme: fixed not valid js
1 parent 2321ece commit f742bea

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
@@ -57,7 +57,7 @@ it('test', () => {
5757
return doSomething()
5858
.then(doSomething)
5959
.then(doSomething)
60-
}
60+
})
6161
```
6262

6363
Gets converted to:

0 commit comments

Comments
 (0)