Fix typos

Closes gh-3504
This commit is contained in:
izeye
2015-07-15 20:16:30 +09:00
committed by Stephane Nicoll
parent f2d32d3e98
commit f4589e7cc3
17 changed files with 20 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ import org.springframework.boot.configurationsample.ConfigurationProperties;
import org.springframework.boot.configurationsample.NestedConfigurationProperty;
/**
* Demonstrate the auto-detection of a inner config classes.
* Demonstrate the auto-detection of inner config classes.
*
* @author Stephane Nicoll
*/