Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d83ee0

Browse files
committedJun 28, 2024
update doc
1 parent 9ac2b09 commit 0d83ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/development/hacking-on-gitea.en-us.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Prefer to use type aliases because they can represent any type and are generally
201201

202202
### Use explicit type imports and exports
203203

204-
We use `verbatimModuleSyntax` so type imports and exports must be performed using `import type` and `export type` statements. Type imports and non-type imports from the same file must be split into two `import` statements. This enables the typescript compiler to completely eliminate the type import statements during compilation.
204+
We use `verbatimModuleSyntax` so type imports and non-type imports from the same file must be split into two `import` statements. This enables the typescript compiler to completely eliminate the type import statements during compilation.
205205

206206
### Use `@ts-expect-error` instead of `@ts-ignore`
207207

0 commit comments

Comments
 (0)
Please sign in to comment.