diff --git a/src/main/resources/explanations/challenge16_hint.adoc b/src/main/resources/explanations/challenge16_hint.adoc
index 315c657c2..163dc8cc6 100644
--- a/src/main/resources/explanations/challenge16_hint.adoc
+++ b/src/main/resources/explanations/challenge16_hint.adoc
@@ -1,7 +1,6 @@
You can solve this challenge by the following steps:
-1. Open the main page in the Chrome browser
-2. Open development tools:
+1. Open browser's development tools:
- select Network tab
- find request with path `/token`
-- find in the request body `client_secret`
+- find in the request body key `client_secret`
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index b16e5f7e7..b25cfd7a6 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -24,8 +24,8 @@
});
-
-
+