Skip to content

Commit a824fe0

Browse files
committed
README typo
1 parent 6c4dac5 commit a824fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ The [MITM](https://en.wikipedia.org/wiki/Man-in-the-middle_attack) utility puts
305305

306306
* DOM operations are not allowed with proxies
307307
* `typeof` or `isArray` or anything else drilling the proxied type might reveal the proxy or fail
308-
* references need to be proxied before others can consume these, as opposite of hook any extra feature/utility/observability without requiring 3rd party to change their reference to the real target
308+
* references need to be proxied before others can consume these, as opposite of hooking any extra feature/utility/observability without requiring 3rd party to change their reference to the real target
309309

310-
Accordingly, the *MITM* export allows anything to have a proxy between its reference and its prototype, which requires extra careful handling, but it can summarized as such:
310+
Accordingly, the *MITM* export allows anything to have a proxy between its reference and its prototype, which requires extra careful handling, but it can be summarized as such:
311311

312312
```js
313313
import mitm from 'js-proxy/mitm';

0 commit comments

Comments
 (0)