From 9996d7acbc9024175005e71d9ba543d51019859a Mon Sep 17 00:00:00 2001 From: Yingya Zhang Date: Tue, 31 Dec 2019 00:23:25 +0800 Subject: [PATCH] chore: fix typo api.json (#565) [ci skip] --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 9c153f78..6c3e48bf 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`