From: Ward Vandewege Date: Wed, 6 Jan 2021 19:46:06 +0000 (-0500) Subject: Documentation: fix typos. X-Git-Tag: 2.2.0~169 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/5280006cf7e9ce93db3390d76f7760353b10479d Documentation: fix typos. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/doc/admin/federation.html.textile.liquid b/doc/admin/federation.html.textile.liquid index d6ffb48f41..eddd247e9a 100644 --- a/doc/admin/federation.html.textile.liquid +++ b/doc/admin/federation.html.textile.liquid @@ -48,7 +48,7 @@ If clusters belong to separate organizations, each cluster will have its own use h3. Centralized (LoginCluster) federation -If all clusters belong to the same organization, and users in that organization should have access to all the clusters, user management can be simplified by setting the @LoginCluster@ which manages the user database used by all other clusters in the federation. To do this, choose one cluster in the federation which will be the 'login cluster'. Set the the @Login.LoginCluster@ configuration value on all clusters in the federation to the cluster id of the login cluster. After setting @LoginCluster@, restart arvados-api-server and arvados-controller. +If all clusters belong to the same organization, and users in that organization should have access to all the clusters, user management can be simplified by setting the @LoginCluster@ which manages the user database used by all other clusters in the federation. To do this, choose one cluster in the federation which will be the 'login cluster'. Set the @Login.LoginCluster@ configuration value on all clusters in the federation to the cluster id of the login cluster. After setting @LoginCluster@, restart arvados-api-server and arvados-controller.
 Clusters:
diff --git a/doc/api/index.html.textile.liquid b/doc/api/index.html.textile.liquid
index 918e54309f..8586a166d3 100644
--- a/doc/api/index.html.textile.liquid
+++ b/doc/api/index.html.textile.liquid
@@ -22,4 +22,4 @@ The Controller exposes a subset of the cluster's configuration and makes it avai
 
 h2. Workbench examples
 
-Many Arvados Workbench pages, under the the *Advanced* tab, provide examples of API and SDK use for accessing the current resource .
+Many Arvados Workbench pages, under the *Advanced* tab, provide examples of API and SDK use for accessing the current resource .
diff --git a/doc/index.html.liquid b/doc/index.html.liquid
index d9a2e6bbe2..11edfa582d 100644
--- a/doc/index.html.liquid
+++ b/doc/index.html.liquid
@@ -60,10 +60,10 @@ SPDX-License-Identifier: CC-BY-SA-3.0
         SDK Reference — Details about the accessing Arvados from various programming languages.
       

- Arvados Architecture — Details about the the Arvados components and architecture. + Arvados Architecture — Details about the Arvados components and architecture.

- API Reference — Details about the the Arvados REST API. + API Reference — Details about the Arvados REST API.

Admin Guide — Details about administering an Arvados cluster. diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid index b797c1958e..777f7ad463 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -33,7 +33,7 @@ There are two approaches to mitigate this. h3. Collections download URL -Downloads links will served from the the URL in @Services.WebDAVDownload.ExternalURL@ . The collection uuid or PDH is put in the URL path. +Downloads links will served from the URL in @Services.WebDAVDownload.ExternalURL@ . The collection uuid or PDH is put in the URL path. If blank, serve links to WebDAV with @disposition=attachment@ query param. Unlike preview links, browsers do not render attachments, so there is no risk of XSS. diff --git a/doc/user/tutorials/wgs-tutorial.html.textile.liquid b/doc/user/tutorials/wgs-tutorial.html.textile.liquid index a68d7ca21e..81ad97ed83 100644 --- a/doc/user/tutorials/wgs-tutorial.html.textile.liquid +++ b/doc/user/tutorials/wgs-tutorial.html.textile.liquid @@ -109,7 +109,7 @@ Workflows can be registered in Arvados. Registration allows you to share a workf We have already previously registered the WGS workflow and set default input values for this set of the walkthrough. -Let’s find the the registered WGS Processing Workflow and run it interactively in our newly created project. +Let’s find the registered WGS Processing Workflow and run it interactively in our newly created project. # To find the registered workflow, you can search for it in the search box located in the top right corner of the Arvados Workbench by looking for the name “WGS Processing Workflow”. # Once you have found the registered workflow, you can run it your project by using the Run this workflow.. button and selecting your project ("WGS Processing Tutorial") that you set up in Section 3a.