Skip to content

Commit 140f2df

Browse files
Update exceptions.md
1 parent f9ee742 commit 140f2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function myFunction (callback: (e?: Error)) {
7979
## Exceptional cases
8080
`Exceptions should be exceptional` is a common saying in computer science. There are few resons why this is true for JavaScript (and TypeScript) as well.
8181

82-
### Unclear where is is thrown
82+
### Unclear where it is thrown
8383
Consider the following piece of code:
8484
```js
8585
try {

0 commit comments

Comments
 (0)