aboutsummaryrefslogtreecommitdiffstats
path: root/old/Manual/Intro.pod
diff options
context:
space:
mode:
authordandv <dandv@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-26 15:08:42 +0000
committerdandv <dandv@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-26 15:08:42 +0000
commit996236fb86507b84f8a8279fe006dd4c7212e001 (patch)
tree9edb10507280dc789ac182e2d603a1e3430a9f64 /old/Manual/Intro.pod
parent7f6be00a1966e9ac806984438923fc0f25a07ba9 (diff)
downloadreaction-996236fb86507b84f8a8279fe006dd4c7212e001.tar.gz
reaction-996236fb86507b84f8a8279fe006dd4c7212e001.zip
Minor grammar corrections
Diffstat (limited to 'old/Manual/Intro.pod')
-rw-r--r--old/Manual/Intro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/Manual/Intro.pod b/old/Manual/Intro.pod
index 73d3846..b4560b3 100644
--- a/old/Manual/Intro.pod
+++ b/old/Manual/Intro.pod
@@ -33,7 +33,7 @@ View:: classes, handed viewports.
=head1 THE REACTION WAY
The idea is you separate your domain model, which encapsulates the domain
-itself from your interface model, which is a model of how a particular app or
+itself, from your interface model, which is a model of how a particular app or
class of apps interact with that domain and provides objects/methods to
encapsulate the common operations it does.