From c57e1ade72f532cac5a2b04d76e77103e716d421 Mon Sep 17 00:00:00 2001 From: Gurjeet Singh Date: Mon, 27 Oct 2025 11:22:20 +0000 Subject: [PATCH] docs: Fix typo in README charting description (#1434) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 740f52bd..817a33e9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ UI components for building fantastic desktop applications using [GPUI](https://g - **Flexible Layout**: Dock layout for panel arrangements, resizing, and freeform (Tiles) layouts. - **High Performance**: Virtualized Table and List components for smooth large-data rendering. - **Content Rendering**: Native support for Markdown and simple HTML. -- **Charting**: Built-in charts for visualization your data. +- **Charting**: Built-in charts for visualizing your data. - **Editor**: High performance code editor (support up to 200K lines) with LSP (diagnostics, completion, hover, etc). - **Syntax Highlighting**: Syntax highlighting for editor and markdown components using Tree Sitter.