From 1af992d9245c5a500bb26db0f73201272e5753b8 Mon Sep 17 00:00:00 2001 From: Vladislav Zubko <42296182+What1s1ove@users.noreply.github.com> Date: Sun, 15 Dec 2019 12:32:22 +0200 Subject: [PATCH] * acceptance criteria --- docs/pages/finaltask.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/finaltask.md b/docs/pages/finaltask.md index 5801054..d5e17eb 100644 --- a/docs/pages/finaltask.md +++ b/docs/pages/finaltask.md @@ -171,7 +171,7 @@ You have a new client, it’s **“JS Band”** internship company. They want to - Code should be lintered with [`airbnb/react`](https://github.com/airbnb/javascript/tree/master/react) style guide; - `Bootstrap CSS` should be used as a CSS library [link](https://getbootstrap.com/docs/3.4/css/); - Other routes should be unavailable and respond with `not found` UI; -- Only `/signin` and `not-found` routes should be available for the unauthorized user, another else should be restricted; +- Only `/signin` route should be available for the unauthorized user, another else should be restricted; - `Pull requests` mechanism should be used for making changes into repository; - Linter check should be available on the CI; - Deployment to the `GitHub pages` should be implemented via Travis-CI;