Skip to content

Commit 50ca1b9

Browse files
dbrackswissmanu
authored andcommitted
Improve spelling
1 parent 66b1934 commit 50ca1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [*RxJS Debugging Extension*](./packages/extension) integrates with *Visual S
1818

1919
Furthermore, it ensures that, once a *js-debug* debugging session is started, essential hooks are registered in the *JavaScript VM* using [CDP Bindings](#cdp-bindings).
2020

21-
The communication protocol to exchange data with the *Debugging Runtime* is implemented in the extensions [TelemetryBridge](./packages/extension/src/telemetryBridge/index.ts).
21+
The communication protocol to exchange data with the *Debugging Runtime* is implemented in the extension's [TelemetryBridge](./packages/extension/src/telemetryBridge/index.ts).
2222

2323
### Debugging Runtime
2424

@@ -38,7 +38,7 @@ A binding is a function available in a *JavaScript VM* global scope. It is creat
3838

3939
*RxJS Debugging for Visual Studio Code* uses this form of remote procedure calls (RPC) to communicate with the *Debugging Runtime* in a *JavaScript VM*.
4040

41-
Once the *RxJS Debugging Extensions* detects a new *js-debug* debugging session, following bindings are registered:
41+
Once the *RxJS Debugging Extension* detects a new *js-debug* debugging session, following bindings are registered:
4242

4343
| Name | Payload | Notes |
4444
| --------------------------- | -------- | ------------------------------------------------------------ |

0 commit comments

Comments
 (0)