From 14a2cbc793fe8da4885f53c036ef60d9b88beea7 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 19 May 2021 02:52:28 +0430 Subject: [PATCH] [SKIP CI] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f35ba9dd..b0ffbcc0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ This structure is chosen to - Eaise development of alternative user intefaces for Tachidesk ## User Interfaces for Tachidesk server -Currently ,there are three known interfaces for Tachidesk: +Currently, there are three known interfaces for Tachidesk: 1. [webUI](https://github.com/Suwayomi/Tachidesk/tree/master/webUI/react): The react SPA that Tachidesk is traditionally shipped with. 2. [TachideskJUI](https://github.com/Suwayomi/TachideskJUI): A Jetbrains Compose Native app, re-uses components made for the upcoming Tachiyomi 1.x 3. [Equinox](https://github.com/Suwayomi/Equinox): A web user interface made with Vue.js, in super early stages of development.