--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -8,7 +8,7 @@
<li>Group these UndoRecords per User Action (UndoAction)</li>
<li>undo and redo are just a simple matter of replaying the UndoRecords in the right order</li>
</ul>
- <p>By using a Rails plugin (or very soon a gem as well), you can very easily transform any Rails Application using Active Record into a full fledged multi level undo/redo application like most desktop application.<p>
+ <p>By using a Rails plugin (or very soon a gem as well), you can very easily transform any Rails Application using Active Record into a full fledged multi level undo/redo application like most desktop applications.<p>
<br/>
<p>Notice: This is a demo application, and as such, do not use to store any data you would not want to lose</p>
</div> |