Fix formatting.

This commit is contained in:
John Blum
2020-04-14 20:11:44 -07:00
parent af8e7f757c
commit 9cc90c2922

View File

@@ -56,7 +56,7 @@ in your Spring Boot applications themselves, perhaps to further inspect or act o
Of course, you can access any property using Spring's {spring-framework-javadoc}/org/springframework/core/env/Environment.html[`Environment`] abstraction,
like so:
.Using the Spring `Enviornment
.Using the Spring `Enviornment`
[source,java]
----
boolean copyOnRead = environment.getProperty("spring.data.gemfire.cache.copy-on-read", Boolean.TYPE, false);