Skip to content

Commit 8225271

Browse files
committed
chore: fix typos
1 parent 4cbff76 commit 8225271

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Using `npx`:
2020
npx ipx serve --dir ./
2121
```
2222

23-
Usin `bun`
23+
Using `bun`
2424

2525
```bash
2626
bun x npx ipx serve --dir ./
2727
```
2828

2929
The default serve directory is the current working directory.
3030

31-
## Programatic API
31+
## Programmatic API
3232

3333
You can use IPX as a middleware or directly use IPX interface.
3434

src/handlers/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
VArg as VArgument,
55
} from "./utils";
66

7-
// --------- Context Modifers ---------
7+
// --------- Context Modifiers ---------
88

99
export const quality: Handler = {
1010
args: [VArgument],

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function createIPXH3Handler(ipx: IPX) {
5454
});
5555
}
5656

57-
// Contruct modifiers
57+
// Construct modifiers
5858
const modifiers: Record<string, string> = Object.create(null);
5959

6060
// Read modifiers from first segment

0 commit comments

Comments
 (0)