Skip to content

Commit

Permalink
Fix typos in javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Oct 24, 2016
1 parent 7d090c9 commit 93631a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@
* spirit, scans services bound to the app and creates a bean for each. It also creates a bean
* of {@link ApplicationInstanceInfo} class to expose information about the application instance.
*
* Upon service scanning, if there is a unique bean of for service type, you can inject it
* Upon service scanning, if there is a unique bean for service type, you can inject it
* using the following code (shows Redis, but the same scheme works for all services):
* <pre>
* &#64;Autowired RedisConnectionFactory redisConnectionFactory;
Expand Down
Expand Up @@ -25,7 +25,7 @@
* with the &#064;Component classes and creates a bean for each. &#064;ServiceScan, in the same
* spirit, scans services bound to the app and creates a bean for each.
*
* Upon service scanning, if there is a unique bean of for service type, you can inject it
* Upon service scanning, if there is a unique bean for service type, you can inject it
* using the following code (shows Redis, but the same scheme works for all services):
* <pre>
* &#64;Autowired RedisConnectionFactory redisConnectionFactory;
Expand Down

0 comments on commit 93631a2

Please sign in to comment.