From: Lucas Di Pentima Date: Thu, 7 Jan 2021 22:27:39 +0000 (-0300) Subject: Fixes a couple of typos on the documentation. No issue #. X-Git-Tag: 2.2.0~167 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/e98f4df4aa47fba614e2a078c0ab6d4213d96674 Fixes a couple of typos on the documentation. No issue #. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/doc/install/config.html.textile.liquid b/doc/install/config.html.textile.liquid index b768147df8..28ddf7eff7 100644 --- a/doc/install/config.html.textile.liquid +++ b/doc/install/config.html.textile.liquid @@ -9,7 +9,7 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -h2. Arados /etc/arvados/config.yml +h2. Arvados /etc/arvados/config.yml The configuration file is normally found at @/etc/arvados/config.yml@ and will be referred to as just @config.yml@ in this guide. This configuration file must be kept in sync across every service node in the cluster, but not shell and compute nodes (which do not require config.yml). diff --git a/doc/sdk/java-v2/index.html.textile.liquid b/doc/sdk/java-v2/index.html.textile.liquid index 300ec3085a..b3336d51df 100644 --- a/doc/sdk/java-v2/index.html.textile.liquid +++ b/doc/sdk/java-v2/index.html.textile.liquid @@ -16,7 +16,7 @@ h2. Using the SDK The SDK is packaged as a JAR named @arvados-java-.jar@, which is published to Maven Central and can be included using Maven, Gradle, or by hand. -Here is an example @build.gradle@ file that uses the Arados java sdk: +Here is an example @build.gradle@ file that uses the Arvados java sdk:
 apply plugin: 'application'