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,