Skip to content

Commit 9996d7a

Browse files
zyy7259yyx990803
authored andcommitted
chore: fix typo api.json (#565) [ci skip]
1 parent 3980ad6 commit 9996d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The `--types` flag will generate type declarations during the build and in addit
112112

113113
- Roll the declarations into a single `.dts` file for each package;
114114
- Generate an API report in `<projectRoot>/temp/<packageName>.api.md`. This report contains potential warnings emitted by [api-extractor](https://api-extractor.com/).
115-
- Generate an API model json in `<projectRoot>/temp/<packageName>.api.md`. This file can be used to generate a Markdown version of the exported APIs.
115+
- Generate an API model json in `<projectRoot>/temp/<packageName>.api.json`. This file can be used to generate a Markdown version of the exported APIs.
116116

117117
### `yarn dev`
118118

0 commit comments

Comments
 (0)