Skip to content

Commit 8b99178

Browse files
authored
Fix typo in README.md
1 parent d715068 commit 8b99178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Spring Integration’s primary goal is to provide a simple model for building en
1111
Using the Spring Framework encourages developers to code using interfaces and use dependency injection (DI) to provide a Plain Old Java Object (POJO) with the dependencies it needs to perform its tasks.
1212
Spring Integration takes this concept one step further, where POJOs are wired together using a messaging paradigm and individual components may not be aware of other components in the application.
1313
Such an application is built by assembling fine-grained reusable components to form a higher level of functionality.
14-
WIth careful design, these flows can be modularized and also reused at an even higher level.
14+
With careful design, these flows can be modularized and also reused at an even higher level.
1515

1616
In addition to wiring together fine-grained components, Spring Integration provides a wide selection of channel adapters and gateways to communicate with external systems.
1717
Channel Adapters are used for one-way integration (send or receive); gateways are used for request/reply scenarios (inbound or outbound).

0 commit comments

Comments
 (0)