From: Yingya Zhang Date: Mon, 30 Dec 2019 16:23:25 +0000 (+0800) Subject: chore: fix typo api.json (#565) [ci skip] X-Git-Tag: v3.0.0-alpha.1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9996d7acbc9024175005e71d9ba543d51019859a;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo api.json (#565) [ci skip] --- diff --git a/.github/contributing.md b/.github/contributing.md index 9c153f781a..6c3e48bfd8 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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 `/temp/.api.md`. This report contains potential warnings emitted by [api-extractor](https://api-extractor.com/). -- Generate an API model json in `/temp/.api.md`. This file can be used to generate a Markdown version of the exported APIs. +- Generate an API model json in `/temp/.api.json`. This file can be used to generate a Markdown version of the exported APIs. ### `yarn dev`