From 91d12e7c56fcb50f53d368e0a62459629bace860 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 31 Mar 2015 10:55:41 +0100 Subject: [PATCH] Fix grammar --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index ca4fec8c..a1172aae 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -152,7 +152,7 @@ spring: If you don't use HTTPS and user credentials, SSH should also work out of the box when you store keys in the default directories (`~/.ssh`) -and the uri is points to an SSH location, +and the uri points to an SSH location, e.g. "git@github.com:configuration/cloud-configuration". The repository is accessed using JGit, so any documentation you find on that should be applicable.