Skip to content

Commit a95445f

Browse files
author
Michael Brewer
authored
fix(docs): fix title for custom resources page (#763)
1 parent afd37e3 commit a95445f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/utilities/custom_resources.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Custom Resources description: Utility
2+
title: Custom Resources
3+
description: Utility
34
---
45

56
[Custom resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html)
@@ -174,4 +175,4 @@ public class CustomSerializationHandler extends AbstractResourceHandler {
174175
.build();
175176
}
176177
}
177-
```
178+
```

0 commit comments

Comments
 (0)