Skip to content

Commit 7d3b8b4

Browse files
Alan Agiusalexeagle
authored andcommitted
docs: fix grammar error
Fix the "limitation" word
1 parent 263e8c1 commit 7d3b8b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@ import * as foo from './foo';
307307
export { foo };
308308
```
309309
There are currently not supported by the API guardian.
310-
To overcome this limitiation we created `_golden-api.ts` in certain packages.
310+
To overcome this limitation we created `_golden-api.ts` in certain packages.
311311
312312
When adding a new API, it might be the case that you need to add it to `_golden-api.ts`.

scripts/templates/contributing.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,6 @@ import * as foo from './foo';
296296
export { foo };
297297
```
298298
There are currently not supported by the API guardian.
299-
To overcome this limitiation we created `_golden-api.ts` in certain packages.
299+
To overcome this limitation we created `_golden-api.ts` in certain packages.
300300

301301
When adding a new API, it might be the case that you need to add it to `_golden-api.ts`.

0 commit comments

Comments
 (0)