Update spring-cloud-config.adoc

fix typo
This commit is contained in:
boostrack
2014-10-08 16:18:18 +02:00
parent b6ba221aea
commit a249e3e8a2

View File

@@ -58,7 +58,7 @@ The inverse operation is also available via `/decrypt` (provided the server is
configured with a symmetric key or a full key pair):
----
$ curl localhost:8888/edecrypt -d 682bc583f4641835fa2db009355293665d2647dade3375c0ee201de2a49f7bda
$ curl localhost:8888/decrypt -d 682bc583f4641835fa2db009355293665d2647dade3375c0ee201de2a49f7bda
mysecret
----