From ad0b0240106073fd90c2f8fb3601aa1911a07d01 Mon Sep 17 00:00:00 2001 From: Ralph Cox Date: Mon, 8 Dec 2025 12:38:32 +0000 Subject: [PATCH] Fix typo in Konsist test declaration check doc From: Here few things To: Here are a few things --- .../create-first-konsist-test-declaration-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/getting-started/create-first-konsist-test-declaration-check.md b/getting-started/getting-started/create-first-konsist-test-declaration-check.md index 44fbc5c..87ecd88 100644 --- a/getting-started/getting-started/create-first-konsist-test-declaration-check.md +++ b/getting-started/getting-started/create-first-konsist-test-declaration-check.md @@ -1,6 +1,6 @@ # Create First Konsist Test - Declaration Check -Konsist `Declaration Checks` provide a powerful mechanism for validating the structural elements of the Kotlin codebase. These checks allow developers to enforce structural rules and coding conventions by verifying classes, interfaces, functions, properties, and other code declarations. Here few things that can be verified with Konsist: +Konsist `Declaration Checks` provide a powerful mechanism for validating the structural elements of the Kotlin codebase. These checks allow developers to enforce structural rules and coding conventions by verifying classes, interfaces, functions, properties, and other code declarations. Here are a few things that can be verified with Konsist: * All Use cases should reside in `usecase` specific package * Repository classes must implement Repository interface