From 4b85aae07be8d17946a9c9cf6d69df26c80d40f1 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Fri, 18 Feb 2022 15:46:32 -0800 Subject: [PATCH] fix(docs): fix title for custom resources page --- docs/utilities/custom_resources.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/utilities/custom_resources.md b/docs/utilities/custom_resources.md index 3cf75800f..1f2acf36e 100644 --- a/docs/utilities/custom_resources.md +++ b/docs/utilities/custom_resources.md @@ -1,5 +1,6 @@ --- -title: Custom Resources description: Utility +title: Custom Resources +description: Utility --- [Custom resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html) @@ -174,4 +175,4 @@ public class CustomSerializationHandler extends AbstractResourceHandler { .build(); } } -``` \ No newline at end of file +```