From 8519d204f3a36a5c4f8fb0626d0b8766e12d5423 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Mon, 24 Feb 2025 17:20:25 +0100 Subject: [PATCH] fix(lint): correct spelling error --- src/testing.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing.zig b/src/testing.zig index dd6b7ef..aecc8c0 100644 --- a/src/testing.zig +++ b/src/testing.zig @@ -1,4 +1,4 @@ -//! Testing namespace for `zterm` to provide testing capabilites for `Containers`, `Event` handling, `App`s and `Element` implementations. +//! Testing namespace for `zterm` to provide testing capabilities for `Containers`, `Event` handling, `App`s and `Element` implementations. const std = @import("std"); const event = @import("event.zig"); const Container = @import("container.zig").Container;