From 74a8c46c0adfbaca2a0f9c1b3c41088a27037b13 Mon Sep 17 00:00:00 2001 From: dfaruque Date: Mon, 24 Apr 2023 15:11:10 +0600 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e59f20..eebdfff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository is part of the [Refactoring.Guru](https://refactoring.guru/desig It contains C# examples for all classic GoF design patterns. Each pattern includes two examples: - [x] **Conceptual** examples show the internal structure of patterns with detailed comments. -- [ ] **RealWold** examples show how the patterns can be used in a real-world C# application. +- [ ] **RealWorld** examples show how the patterns can be used in a real-world C# application. ## Requirements