From 48f50d308cdb9794e8e1d1c44b896ca14bda3119 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 28 Feb 2026 05:41:53 -0800 Subject: [PATCH] Minor Typo Fix In Docs Signed-off-by: Will Hawkins --- content/docs/internals/writing-tests.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/internals/writing-tests.mdx b/content/docs/internals/writing-tests.mdx index d439b174..1b8b4baf 100644 --- a/content/docs/internals/writing-tests.mdx +++ b/content/docs/internals/writing-tests.mdx @@ -4,7 +4,7 @@ title: Writing Tests ## Writing tests -As of [Unikraft v0.6 (Dione)](https://unikraft.org/releases/v0.6.0), tests are a mandatory addition to new Unikraft contribuitions when contributions are of the following categories: +As of [Unikraft v0.6 (Dione)](https://unikraft.org/releases/v0.6.0), tests are a mandatory addition to new Unikraft contributions when contributions are of the following categories: * New Unikraft core libraries (located within the core's `lib/` directory); * New functions, methods or features; and,