Skip to content

Commit c04fee2

Browse files
authored
fix: doc typo (#1678)
abnormal line breaks
1 parent 24eca72 commit c04fee2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/zh/node.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ Body_file_upload:
169169
::: code-group
170170
171171
```ts [src/my-project.ts]
172-
import openapiTS from "open
173-
174-
api-typescript";
172+
import openapiTS from "openapi-typescript";
175173
import ts from "typescript";
176174

177175
const BLOB = ts.factory.createIdentifier("Blob"); // `Blob`

0 commit comments

Comments
 (0)