浏览代码

Update bouncer_machine_management.md (#614)

A few grammar updates.
kingmilo 4 年之前
父节点
当前提交
2888bda959
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/v1.X/docs/user_guide/bouncer_machine_management.md

+ 4 - 4
docs/v1.X/docs/user_guide/bouncer_machine_management.md

@@ -1,10 +1,10 @@
 # Bouncers & Machines management
 # Bouncers & Machines management
 
 
-Crowdsec is composed of different components, that communicate via a local API.
+Crowdsec is composed of different components that communicate via a local API.
 To access this API, the various components (crowdsec agent, cscli and bouncers) need to be authenticated.
 To access this API, the various components (crowdsec agent, cscli and bouncers) need to be authenticated.
 
 
 !!! info
 !!! info
-        This documentation should be relevant mostly for administrators that want to setup distributed architectures. Single machine setup users can likely this part.
+        This documentation should be relevant mostly for administrators that would like to setup distributed architectures. Single machine setup users can likely skip this part.
 
 
 
 
 There are two kind of access to the local api :
 There are two kind of access to the local api :
@@ -15,7 +15,7 @@ There are two kind of access to the local api :
 ## Bouncers authentication
 ## Bouncers authentication
 
 
 !!! warning
 !!! warning
-        The `cscli bouncers` command interacts directly with the database (bouncers add and delete are not implemented in API), and thus it must have correct database configuration.
+        The `cscli bouncers` command interacts directly with the database (bouncers add and delete are not implemented in the API), and thus it must have the correct database configuration.
 
 
 ```bash
 ```bash
 $ sudo cscli bouncers list
 $ sudo cscli bouncers list
@@ -71,7 +71,7 @@ $ sudo cscli bouncers list
 ## Machines authentication
 ## Machines authentication
 
 
 !!! warning
 !!! warning
-        The `cscli machines` command interacts directly with the database (machines add and delete are not implemented in API), and thus it must have correct database configuration.
+        The `cscli machines` command interacts directly with the database (machines add and delete are not implemented in the API), and thus it must have the correct database configuration.
 
 
 ```bash
 ```bash
 $ cscli machines list
 $ cscli machines list