From c61cf1412ec2767568e70bc0745fae4580cb8241 Mon Sep 17 00:00:00 2001 From: Dan Julius Date: Sun, 27 Dec 2020 22:57:10 +0200 Subject: [PATCH] Fix typo in comment --- blueprints/rust/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/rust/main.rs b/blueprints/rust/main.rs index ae1ac10..51ace6c 100644 --- a/blueprints/rust/main.rs +++ b/blueprints/rust/main.rs @@ -35,7 +35,7 @@ fn my_handler( // if the token is valid, a policy must be generated which will allow or deny access to the client - // if access is denied, the client will recieve a 403 Access Denied response + // if access is denied, the client will receive a 403 Access Denied response // if access is allowed, API Gateway will proceed with the backend integration configured on the method that was called // this function must generate a policy that is associated with the recognized principal user identifier.