From 587a9c7f56a2543236ad7cabee42a4f15fd7b7c9 Mon Sep 17 00:00:00 2001 From: Jen Malloy Date: Fri, 3 Mar 2017 10:07:13 -0500 Subject: [PATCH] fixed endif tag and deleted a contraction --- server_development/topics/user-storage/configuration.adoc | 4 +--- server_development/topics/user-storage/simple-example.adoc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/server_development/topics/user-storage/configuration.adoc b/server_development/topics/user-storage/configuration.adoc index a778c6daa1..f34ac599c2 100644 --- a/server_development/topics/user-storage/configuration.adoc +++ b/server_development/topics/user-storage/configuration.adoc @@ -128,8 +128,6 @@ but hopefully this illustrates, in a simple way, how to hook in configuration va Now that the configuration is enabled, you can set the `path` variable when you configure the provider in the admin console. {% if book.community %} - .Configured Provider image:../../{{book.images}}/storage-provider-with-config.png[] - -{% end if %} \ No newline at end of file +{% endif %} diff --git a/server_development/topics/user-storage/simple-example.adoc b/server_development/topics/user-storage/simple-example.adoc index 4e5fc36822..96eb1f1a41 100644 --- a/server_development/topics/user-storage/simple-example.adoc +++ b/server_development/topics/user-storage/simple-example.adoc @@ -312,7 +312,7 @@ image:../../{{book.images}}/empty-user-federation-page.png[] {% endif %} Select the provider we just created from the list: `readonly-property-file`. It brings you to the configuration -page for our provider. We don't have anything to configure, so click *Save*. +page for our provider. We do not have anything to configure, so click *Save*. {% if book.community %} .Configured Provider