Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 9da2431

Browse files
committed
add another spell checker
1 parent 68169c2 commit 9da2431

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"valentjn.vscode-ltex",
66
"gruntfuggly.todo-tree",
77
"typespec.typespec-vscode",
8-
"bierner.markdown-mermaid"
8+
"bierner.markdown-mermaid",
9+
"streetsidesoftware.code-spell-checker"
910
]
1011
}

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
1111
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
1212
],
13-
"editor.formatOnSave": false
13+
"editor.formatOnSave": false,
14+
"cSpell.enabled": true,
15+
"cSpell.words": [
16+
"polyproto"
17+
]
1418
}

docs/Protocol Specifications/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The following opcodes are defined by the `core` namespace:
272272

273273
#### 3.2.2 Heartbeats
274274

275-
Heartbeats are used to keep the WebSocket connection alive. The client continouusly sends a heartbeat
275+
Heartbeats are used to keep the WebSocket connection alive. The client continuously sends a heartbeat
276276
event to the server with the interval specified in the "Hello" event payload.
277277
The server must acknowledge the heartbeat event by sending a heartbeat ACK event back to the client.
278278

0 commit comments

Comments
 (0)