commit 868c90bd094885c41985e80e6664d6b5aae0d738
parent 6f626b2e3215fc9e08a1980c45eeb6c1d039c015
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Sat, 22 May 2021 06:39:01 -0400
fix typo: s/and/an/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DESIGN.md b/DESIGN.md
@@ -49,7 +49,7 @@ When receiving an another error (400 < http status < 600), the login form should
be shown with an error message using the hint from the backend.
On other unexpected error (like network error), the login form should be shown
-with and error message.
+with an error message.
## CRUD operation (async)