Skip to content

Commit 633b7e4

Browse files
committed
nitpick comment fix
1 parent 995404d commit 633b7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/blog/asyncapi-vs-code-preview-goes-web-now-available-in-your-browser-.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Making the extension web-compatible required several technical improvements:
2727

2828
- **Removed Node.js-specific modules** like `fs`, `path`, and external dependencies that are incompatible with browsers
2929
- **Introduced lightweight browser utilities** (`pathUtils`) for cross-platform file handling
30-
- **Removed EDAVisualizer integration** (unmaintained, not compatible with webmode)
30+
- **Removed EDAVisualizer integration** (unmaintained, incompatible with webmode)
3131
- **Updated VS Code dependencies** (`vscode` and `@types/vscode`) to ensure web extension compatibility
3232

3333
## Why Does This Matter?
@@ -68,7 +68,7 @@ This web compatibility represents a significant step forward for AsyncAPI toolin
6868
This extension is now in maintenance mode:
6969

7070
- We'll continue updating dependencies and ensuring compatibility
71-
- No new major features are planned at the moment
71+
- No new major features are planned currently
7272
- Community contributions for bug fixes and improvements are welcome
7373

7474
## What's Next?

0 commit comments

Comments
 (0)