Skip to content

Commit

Permalink
change typo apy.yaml to api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBiesack authored May 31, 2022
1 parent ec8e13b commit 32f4cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ import { ApiRefResolver } from '@apiture/api-ref-resolver';
import * as fs from 'fs';
import * as path from 'path';
const sourceFileName = 'apy.yaml'
const sourceFileName = 'api.yaml'
const outputFileName = 'resolved-api.yaml'
const resolver = new ApiRefResolver(sourceFileName);
Expand Down

0 comments on commit 32f4cec

Please sign in to comment.