From 32d42b66709a8a5e7696ebe097d5836b73d7b3c8 Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Thu, 21 May 2020 11:34:03 +0300 Subject: [PATCH] Typo fix --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index d416adbb..0fcd0c4d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -21,7 +21,7 @@ Please check the following list. 1. Add a user from [Django Admin site](https://djangobook.com/django-admin-site/). ![Add a user](./images/faq/add_user.png) 2. **Logout from Django Admin site.** [You'll face login error without logout of Django Admin site](https://github.com/doccano/doccano/issues/723). -3. Add the user to the project in the member page(`/projects/{project_id}/members`). +3. Add the user to the project in the member page (`/projects/{project_id}/members`). ## I want to update to the latest doccano image