From f9946debca59b723112faf0ba695d007cd8718e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 8 Jun 2024 20:27:59 +0300 Subject: [PATCH] docs: fix yaml --- page-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page-controller/README.md b/page-controller/README.md index 28360c9b8..99b3b7be7 100644 --- a/page-controller/README.md +++ b/page-controller/README.md @@ -2,7 +2,7 @@ title: "Page Controller Pattern in Java: Centralizing Web Page Logic for Cleaner Design" shortTitle: Page Controller description: "Explore the Page Controller design pattern in Java with detailed examples. Learn how it handles web application requests and improves architectural organization." -categories: Architectural +category: Architectural language: en tags: - API design