From 40fb6dda74f742298468f8952ba26ad774d973bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 13 Nov 2022 12:19:11 +0200 Subject: [PATCH] fix: Fix yaml frontmatter of several patterns (#2332) --- identity-map/README.md | 2 +- intercepting-filter/README.md | 2 +- interpreter/README.md | 2 +- iterator/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/identity-map/README.md b/identity-map/README.md index a5bb4d386..6594f54ed 100644 --- a/identity-map/README.md +++ b/identity-map/README.md @@ -1,6 +1,6 @@ --- title: Identity Map -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/intercepting-filter/README.md b/intercepting-filter/README.md index f5aef5d03..aef71f4f5 100644 --- a/intercepting-filter/README.md +++ b/intercepting-filter/README.md @@ -1,6 +1,6 @@ --- title: Intercepting Filter -categories: Behavioral +category: Behavioral language: en tags: - Decoupling diff --git a/interpreter/README.md b/interpreter/README.md index 61bf7501a..99d3c30e5 100644 --- a/interpreter/README.md +++ b/interpreter/README.md @@ -1,6 +1,6 @@ --- title: Interpreter -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four diff --git a/iterator/README.md b/iterator/README.md index 3f36d0070..b49151eab 100644 --- a/iterator/README.md +++ b/iterator/README.md @@ -1,6 +1,6 @@ --- title: Iterator -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four