Skip to content

Commit

Permalink
chore: fix typo in runtime-info.ts (#4260)
Browse files Browse the repository at this point in the history
faciliate -> facilitate



---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
eltociear authored Sep 11, 2023
1 parent 09e393e commit 4b62fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsii/lib/transforms/runtime-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class RuntimeTypeInfoInjector {
};
}

/** Used instead of direct access to the map to faciliate testing. */
/** Used instead of direct access to the map to facilitate testing. */
protected getClassFqn(clazz: ts.ClassDeclaration): string | undefined {
return this.fqnsByClass.get(clazz);
}
Expand Down

0 comments on commit 4b62fb2

Please sign in to comment.