Skip to content

Commit 8f71545

Browse files
author
David Haeffner
committed
Added missing word
1 parent 4329ef3 commit 8f71545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ An error object is a normal JavaScript object, that when sent to the IDE, will b
2424

2525
## Sending the Error
2626

27-
When encountering error during execution, you can reply with the error object using `sendResponse`.
27+
When encountering an error during execution, you can reply with the error object using `sendResponse`.
2828

2929
```js
3030
browser.runtime.onMessageExternal.addListener((message, sender, sendResponse) => {

0 commit comments

Comments
 (0)