From a9102ec7937d4c27aea8247c0bd8beeb418eef44 Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Mon, 13 Jan 2025 18:34:16 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1743691..9465a9ad 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ We build multi-themes support in application, this feature is not including in G GPUI and GPUI Component still in development, so we need add dependency by git. -And GPUI Component dedend on `gpui` by special version (It keep updated to upstream) for including WebView support. +And GPUI Component depends on `gpui` by special version (It keep updated to upstream) for including WebView support. ```toml gpui = { git = "https://github.com/huacnlee/zed.git", branch = "export-platform-window" }