Fix a few typos.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 26 Jul 2018 16:22:12 +0000 (12:22 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 26 Jul 2018 16:22:12 +0000 (12:22 -0400)
refs #13791

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

doc/admin/management-token.html.textile.liquid

index 306314337ab4d91f44f1d25c5d9f173d2f8b2417..5380f38f9c40711722744e1281d6ee6dfff6d858 100644 (file)
@@ -18,7 +18,7 @@ To access a monitoring endpoint, the requester must provide the HTTP header @Aut
 
 h2. API server
 
-Set @MangementToken@ in the appropriate section of @application.yml@
+Set @ManagementToken@ in the appropriate section of @application.yml@
 
 <pre>
 production:
@@ -29,7 +29,7 @@ production:
 
 h2. Node Manager
 
-Set @port@ (the listen port) and @MangementToken@ in the @Manage@ section of @node-manager.ini@ .
+Set @port@ (the listen port) and @ManagementToken@ in the @Manage@ section of @node-manager.ini@.
 
 <pre>
 [Manage]
@@ -47,7 +47,7 @@ ManagementToken = xxx
 
 h2. Other services
 
-The following services also support monitoring.  Set @MangementToken@ in the respective yaml config file for each service.
+The following services also support monitoring.  Set @ManagementToken@ in the respective yaml config file for each service.
 
 * keepstore
 * keep-web