Skip to content

Commit be89cc7

Browse files
committed
docs(implementation-docs): Fix typo
1 parent b13310d commit be89cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/implementation-docs/api-extensionless-imports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ do the actual (re-)building of the api side. It uses esbuild + babel to
2020
transpile the code.
2121

2222
At this point, when I'm in `packages/internal/src/build/api.ts`, I'm working
23-
with code that used for both `dev` and `build`. So whatever changes I make here
24-
will fix them both.
23+
with code that's used for both `dev` and `build`. So whatever changes I make
24+
here will fix them both.
2525

2626
To support extensionless imports I need to tell babel how to resolve them.
2727

0 commit comments

Comments
 (0)