Skip to content

Commit 8a93d40

Browse files
chore: fix some typos (#2649)
Signed-off-by: renshuncui <renshun@111.com> Co-authored-by: Ryan Lee <ryan@parity.io>
1 parent b425055 commit 8a93d40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For detailed API usage, refer to the [Substrate Connect API documentation](https
6363
## Repository Structure
6464

6565
### [Packages](./packages/README.md)
66-
The core implementations of `@subtrate/connect` and `@substrate/discovery`, and some auxiliary packages.
66+
The core implementations of `@substrate/connect` and `@substrate/discovery`, and some auxiliary packages.
6767
- **[@substrate/discovery](./packages/discovery/)**
6868
- **[@substrate/connect](./packages/connect/)**
6969
- **[@substrate/connect-known-chains](./packages/connect-known-chains/)**

packages/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `@substrate/connect-known-chains` NPM package implements a list of well-know
1414

1515
## [`@substrate/discovery`](./discovery/README.md)
1616

17-
The [`@substrate/discovery`](./discovery/README.md) NPM package allows developers to implement compliant extenstion discovery functionality into their application by using a predefined interface.
17+
The [`@substrate/discovery`](./discovery/README.md) NPM package allows developers to implement compliant extension discovery functionality into their application by using a predefined interface.
1818

1919
[`@substrate/smoldot-discovery`](./smoldot-discovery/README.md) and [`@substrate/connect-discovery`](./connect-discovery/README.md) are an extension of [`@substrate/discovery`](./discovery/README.md) and allow to find and filter extension providers implementing smoldot and substrate-connect functionality respectively.
2020

packages/light-client-extension-helpers/src/utils/createRpc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const createRpc = <TContext>(
7575
try {
7676
await methodHandler(message, context)
7777
} catch (error) {
78-
console.error("error hanlding message:", message, error)
78+
console.error("error handling message:", message, error)
7979
}
8080
} else if ("id" in message) {
8181
const { id } = message

0 commit comments

Comments
 (0)