doc/book/en/development/datamodel/define-workflows.rst
changeset 2476 1294a6bdf3bf
parent 2307 060c3f3f7d28
child 2539 0f26a76b0348
--- a/doc/book/en/development/datamodel/define-workflows.rst	Fri Jul 24 13:50:59 2009 +0200
+++ b/doc/book/en/development/datamodel/define-workflows.rst	Fri Jul 24 14:33:37 2009 +0200
@@ -20,7 +20,7 @@
 -----------------
 
 We want to create a workflow to control the quality of the BlogEntry
-submitted on your application. When a BlogEntry is created by a user
+submitted on your instance. When a BlogEntry is created by a user
 its state should be `submitted`. To be visible to all, it has to
 be in the state `published`. To move it from `submitted` to `published`,
 we need a transition that we can call `approve_blogentry`.