]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo api.json (#565) [ci skip]
authorYingya Zhang <zyy7259@gmail.com>
Mon, 30 Dec 2019 16:23:25 +0000 (00:23 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 30 Dec 2019 16:23:25 +0000 (11:23 -0500)
.github/contributing.md

index 9c153f781acff23d8013caad1e7b50effe8fa26f..6c3e48bfd81ddfb5fbc3dc74d577778042dca758 100644 (file)
@@ -112,7 +112,7 @@ The `--types` flag will generate type declarations during the build and in addit
 
 - Roll the declarations into a single `.dts` file for each package;
 - Generate an API report in `<projectRoot>/temp/<packageName>.api.md`. This report contains potential warnings emitted by [api-extractor](https://api-extractor.com/).
-- 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.
+- 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.
 
 ### `yarn dev`