Skip to content

Commit a08adb0

Browse files
tommysdkjmnarloch
authored andcommitted
Spelling update
1 parent e86ed1b commit a08adb0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Test setup
1818
The extension is splitted into couple modules. In order to enable the Spring IOC for the Arquillian Tests it
19-
is required to add the fallowing dependency into the project POM.
19+
is required to add the following dependency into the project POM.
2020

2121
```
2222
<dependency>
@@ -27,7 +27,7 @@ is required to add the fallowing dependency into the project POM.
2727
</dependency>
2828
```
2929

30-
Java config is also supported and it requires fallowing dependency:
30+
Java config is also supported and it requires following dependency:
3131

3232
```
3333
<dependency>
@@ -39,7 +39,7 @@ Java config is also supported and it requires fallowing dependency:
3939
```
4040

4141
Each Arquillian test which relies on Spring framework and requires dependency injection of configured beans has to be
42-
annotated with one of the fallowing:
42+
annotated with one of the following:
4343
``@SpringConfiguration`` - for xml configuration, ``@SpringAnnotationConfiguration`` - for Java-based configuration
4444
and ``@SpringWebConfiguration`` - for web applications.
4545
The annotation will instruct the test enricher how to initialize the application context, the first two will cause that
@@ -49,7 +49,7 @@ specific Spring FrameworkServlet (e.g. DispatcherServlet) or the root web applic
4949
Note: The annotations may not be mixed with each other, each test will use only one application context.
5050

5151
### Configuration
52-
It's posible to modify the default behaviour of the extension and set the fallowing settings through arquillian.xml.
52+
It's posible to modify the default behaviour of the extension and set the following settings through arquillian.xml.
5353

5454
* Name of custom context classes to be used instead of Spring's ClassPathXmlApplicationContext and AnnotationConfigApplicationContext.
5555

@@ -96,7 +96,7 @@ When added into the project POM it will from now on enrich each deployment.
9696
Note: In order to auto package Spring 2.5 please use arquillian-service-integration-deployer-spring-2.5 instead.
9797

9898
### Configuration
99-
The deployer has it own configuration that allows to set the fallowing settings:
99+
The deployer has it own configuration that allows to set the following settings:
100100

101101
* If the extension should add the spring dependencies by default for each deployment - can be disabled.
102102
* The version of the maven artifact for the Spring Context and Spring Web.
@@ -239,7 +239,7 @@ public class AnnotatedConfigurationTestCase {
239239

240240
#### XML configuration
241241
The above examples allowed testing seperate classes injected through Spring without configuring entire web application,
242-
fallowing example demonstrates how to test a simple MVC application instead.
242+
following example demonstrates how to test a simple MVC application instead.
243243

244244
*Simple annotated controller*
245245

0 commit comments

Comments
 (0)