Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed May 20, 2019
1 parent edc5e01 commit dccc010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export enum RuntimeFamily {
* can instantiate a `Runtime` object, e.g: `new Runtime('nodejs99.99')`.
*/
export class Runtime {
/** A list of all the know ``Runtime``s. */
/** A list of all known `Runtime`'s. */
public static readonly All = new Array<Runtime>();

/** @deprecated Use `NodeJS810` or `NodeJS10x` */
Expand Down

0 comments on commit dccc010

Please sign in to comment.