diff --git a/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md b/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md
index 2edad7a49..694beb930 100644
--- a/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md
+++ b/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md
@@ -21,7 +21,7 @@ The AMIs contain combination of the following components:
- Latest version of [NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect-waf/), optimized for use on Amazon EC2
- Pre-packaged software for building highly available (HA) NGINX Plus configurations
-## Installing the NGINX Plus NGINX App Protect WAF + DoS
+## Install NGINX Plus NGINX App Protect WAF + DoS
To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGINX App Protect DoS on AWS:
diff --git a/content/nap-dos/monitoring/live-activity-monitoring.md b/content/nap-dos/monitoring/live-activity-monitoring.md
index fa88f1a2a..bd9df7724 100644
--- a/content/nap-dos/monitoring/live-activity-monitoring.md
+++ b/content/nap-dos/monitoring/live-activity-monitoring.md
@@ -113,8 +113,8 @@ To activate the API:
}
```
-## Using the Dashboard
-### Accessing the Dashboard
+## Use the Dashboard
+### Access the Dashboard
To view the Dashboard, enter the corresponding address in your browser's address bar.
For example, "http://192.168.1.23/dashboard-dos.html" will show the Dashboard page located in /usr/share/nginx/html as indicated in the root directive.
@@ -158,12 +158,12 @@ The displayed graph is a stacked composition, encompassing two specific metrics:
- **Yellow**: Indicates the presence of either an active attack or diminished server health.
- **Red**: Indicates a severe scenario, where the object is experiencing an attack combined with poor health.
-### Configuring Dashboard Options
+### Configure Dashboard Options
You can configure the dashboard by clicking the Gear button in the Tabs menu.
**Update every N sec** - updates the Dashboard data after the specified number of seconds, default is 1 second.
-## Using the REST API
+## Use the REST API
Statistics of your server infrastructure can be managed with the REST API interface. The API is based on standard HTTP requests: statistics can be obtained with `GET` requests.
The requests are sent in the JSON format that allows you to connect the stats to monitoring tools or dashboards that support JSON.