Skip to content

Commit c594927

Browse files
committed
Fix code review comments. Rename variable name in summary and rewording changelog description
1 parent 58714b0 commit c594927

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/api-extractor/src/extractor/Extractor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export class Extractor {
160160

161161
/**
162162
* Invokes the API Extractor engine, using the api extractor configuration file.
163-
* @param apifile - Path to api extractor json config file.
163+
* @param jsonConfigFile - Path to api extractor json config file.
164164
* @param options - IExtractor options.
165165
*/
166166
public static processProjectFromConfigFile(jsonConfigFile: string, options?: IExtractorOptions): void {

common/changes/@microsoft/api-extractor/sunilsurana-issue912_2018-10-30-05-58.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"changes": [
33
{
44
"packageName": "@microsoft/api-extractor",
5-
"comment": "Fix for issue 912. Adding lib support to read json config file.",
5+
"comment": "Added an api to invoke api extractor processor by supplying api extractor json config file.",
66
"type": "minor"
77
}
88
],

0 commit comments

Comments
 (0)