From b9b7943088ab2c70b096685704b06f649e5ef094 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 7 Sep 2011 13:23:58 -0400 Subject: [PATCH] Fix typo in Samples Appendix Intended to change build => built but ended up rewording much of the paragraph to fix grammar. --- docs/src/reference/docbook/samples.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/reference/docbook/samples.xml b/docs/src/reference/docbook/samples.xml index e55dbd1ea8..cd7ad1558c 100644 --- a/docs/src/reference/docbook/samples.xml +++ b/docs/src/reference/docbook/samples.xml @@ -374,9 +374,10 @@ That includes Samples; so, if you can't find what you are looking for, let us kn because you have an integration concern. - This and other samples in this section are build on top of Enterprise Integration Patterns that meant to describe "building blocks" - for YOUR solution but not to be solutions in of themselves. Integration concerns exist in all types of applications (server based and not) - and should not require change in design, testing and deployment strategy if such applications need to integrate with one another. + This and other samples in this section are built on top of Enterprise Integration Patterns and can be considered "building blocks" + for YOUR solution; they are not intended to be complete solutions. Integration concerns exist in all types of application + (whether server based or not). + It should not require change in design, testing and deployment strategy if such applications need to be integrated.