Skip to content

Commit fe1eb8b

Browse files
izeyesnicoll
authored andcommitted
Polish
See gh-9855
1 parent 39b4270 commit fe1eb8b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ the actual application, running on port 5000. To configure it, add the following
340340
===== Best practices
341341

342342
====== Uploading binaries instead of sources
343-
By default Elastic Beanstalk uploads sources and compile them in AWS. To upload the
343+
By default Elastic Beanstalk uploads sources and compiles them in AWS. To upload the
344344
binaries instead, add the following to your `.elasticbeanstalk/config.yml` file:
345345

346346

@@ -368,7 +368,7 @@ command:
368368

369369

370370
==== Summary
371-
This is one of the easiest way to get to AWS, but there are more things
371+
This is one of the easiest ways to get to AWS, but there are more things
372372
to cover, e.g.: how to integrate Elastic Beanstalk into any CI / CD tool, using the
373373
Elastic Beanstalk maven plugin instead of the CLI, etc. There is a
374374
https://exampledriven.wordpress.com/2017/01/09/spring-boot-aws-elastic-beanstalk-example/[blog]

spring-boot-docs/src/main/java/org/springframework/boot/jdbc/ConfigurableDataSourceExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public class ConfigurableDataSourceExample {
3535

3636
/**
37-
* A configuration that define dedicated settings and reuse
37+
* A configuration that defines dedicated settings and reuses
3838
* {@link DataSourceProperties}.
3939
*/
4040
@Configuration

spring-boot-samples/spring-boot-sample-cache/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ TIP: Run sample cache application using Hazelcast with
8585
=== Infinispan
8686
Add the `org.infinispan:infinispan-spring4-embedded` dependency to enable support for
8787
Infinispan. There is no default location that Infinispan uses to look for a config
88-
file so this sample is configured to use a the provider `infinispan.xml` configuration
88+
file so this sample is configured to use the provider `infinispan.xml` configuration
8989
file specified via the `spring.cache.infinispan.config` property.
9090

9191
TIP: Run sample cache application using Infinispan with

spring-boot/src/main/java/org/springframework/boot/context/annotation/DeterminableImports.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* {@link ImportBeanDefinitionRegistrar} implementations when they can determine imports
3030
* early. The {@link ImportSelector} and {@link ImportBeanDefinitionRegistrar} interfaces
3131
* are quite flexible which can make it hard to tell exactly what bean definitions they
32-
* will add. This interface should be used when an implementation consistently result in
32+
* will add. This interface should be used when an implementation consistently results in
3333
* the same imports, given the same source.
3434
* <p>
3535
* Using {@link DeterminableImports} is particularly useful when working with Spring's

0 commit comments

Comments
 (0)