From fc6cd04440c23d9678b23da683164bf067731e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 20 Nov 2022 16:58:44 +0200 Subject: [PATCH] docs: Fix Korean template method yaml frontmatter --- localization/ko/template-method/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/localization/ko/template-method/README.md b/localization/ko/template-method/README.md index 71d63af1d..da86bce6a 100644 --- a/localization/ko/template-method/README.md +++ b/localization/ko/template-method/README.md @@ -1,9 +1,6 @@ --- -layout: pattern -title: Template method -folder: template-method -permalink: /patterns/template-method/ko -categories: Behavioral +title: Template Method +category: Behavioral language: ko tag: - Gang of Four