Browse Source

Polish

See gh-8879
pull/8929/head
Stephane Nicoll 9 years ago
parent
commit
404bb2d171
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -5847,7 +5847,7 @@ might not actually appear on the running application classpath. You can also use @@ -5847,7 +5847,7 @@ might not actually appear on the running application classpath. You can also use
[TIP]
====
If you are using `@ConditionalOnClass` or `@ConditionalOnMissingClass` as apart of a
If you are using `@ConditionalOnClass` or `@ConditionalOnMissingClass` as a part of a
meta-annotation to compose your own composed annotations you must use `name` as referring
to the class in such a case is not handled.
====

Loading…
Cancel
Save