From db39a5f75aff541afbe8e6ce9949e0ed53886195 Mon Sep 17 00:00:00 2001 From: Shahid Zaman Date: Wed, 1 Feb 2017 16:04:15 +1100 Subject: [PATCH] Corrected typo in the note Changed 'us' to intended 'use' --- 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 129fcfad..df34b51e 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -335,7 +335,7 @@ that should be applicable. HTTPS proxy settings can be set in `~/.git/config` or in the same way as for any other JVM process via system properties (`-Dhttps.proxyHost` and `-Dhttps.proxyPort`). -TIP: If you don't know where your `~/.git` directory is us `git config +TIP: If you don't know where your `~/.git` directory is use `git config --global` to manipulate the settings (e.g. `git config --global http.sslVerify false`).