From 8844f461cb54779491c3f259b4ac6418413adbdd Mon Sep 17 00:00:00 2001 From: Krishan Thisera Date: Mon, 25 Jul 2022 11:30:18 +0930 Subject: [PATCH] fixed typo --- packages/prerender-proxy/lib/prerender-lambda-construct.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/prerender-proxy/lib/prerender-lambda-construct.ts b/packages/prerender-proxy/lib/prerender-lambda-construct.ts index f922c036..7ad58777 100644 --- a/packages/prerender-proxy/lib/prerender-lambda-construct.ts +++ b/packages/prerender-proxy/lib/prerender-lambda-construct.ts @@ -2,7 +2,7 @@ import { Construct, CfnOutput } from '@aws-cdk/core'; import { PrerenderFunction } from './prerender-construct'; import { PrerenderCheckFunction } from './prerender-check-construct'; import { ErrorResponseFunction } from './error-response-construct'; -import { CloudFrontCacheControl, CloudFrontCacheControlOptions } from "./prerender-cf-cache-control-consctruct"; +import { CloudFrontCacheControl, CloudFrontCacheControlOptions } from "./prerender-cf-cache-control-construct"; export interface PrerenderLambdaProps { prerenderToken: string