Fixes a couple of typos on the documentation. No issue #.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 7 Jan 2021 22:27:39 +0000 (19:27 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 7 Jan 2021 22:27:39 +0000 (19:27 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

doc/install/config.html.textile.liquid
doc/sdk/java-v2/index.html.textile.liquid

index b768147df857dcae4bf0859c117930842392a83b..28ddf7eff7ab48e2269349d893e413242067d920 100644 (file)
@@ -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).
 
index 300ec3085a72da4261d2e0e4df90221baaf6e395..b3336d51dfa56eb3e441ed903e6adc5524e18dc6 100644 (file)
@@ -16,7 +16,7 @@ h2. Using the SDK
 
 The SDK is packaged as a JAR named @arvados-java-<version>.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:
 
 <pre>
 apply plugin: 'application'