From e9822b37e8f028ec30c72d27eeef4dcb2ed0a3ac Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Fri, 7 Aug 2015 17:01:57 -0500 Subject: [PATCH] correct 'jdbcUrl' mention in SQL Server section --- .../src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc index adc3913..e3d1a6d 100644 --- a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc @@ -153,7 +153,7 @@ The connector will check for: The connector will check for: * `uri` or `uris` using the scheme `sqlserver` -* `jdbcUrl` field in `credentials` using the scheme `oracle` +* `jdbcUrl` field in `credentials` using the scheme `sqlserver` * `sqlserverUri`, `sqlserveruri`, `sqlserverUrl`, or `sqlserverurl` fields in `credentials` == Supporting New Service Types