File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,6 +307,6 @@ import * as foo from './foo';
307307export { foo };
308308```
309309There 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
312312When adding a new API, it might be the case that you need to add it to `_golden-api.ts`.
Original file line number Diff line number Diff line change @@ -296,6 +296,6 @@ import * as foo from './foo';
296296export { foo };
297297```
298298There 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
301301When adding a new API, it might be the case that you need to add it to `_golden-api.ts`.
You can’t perform that action at this time.
0 commit comments