From 95fb39ae0cb8d0f8cfe2e4e50a5278d2b8983335 Mon Sep 17 00:00:00 2001 From: tbrundige <77417590+tbrundige@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:10:12 -0600 Subject: [PATCH] chore: removed superfluous word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 293f5a6e2..808b684da 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ C-compatible library for embedding a fast, feature-rich terminal emulator in any 3rd party project. This library is called `libghostty`. Due to the scope of this project, we're breaking libghostty down into -separate actually libraries, starting with `libghostty-vt`. The goal of +separate libraries, starting with `libghostty-vt`. The goal of this project is to focus on parsing terminal sequences and maintaining terminal state. This is covered in more detail in this [blog post](https://mitchellh.com/writing/libghostty-is-coming).