Commit daa7afb6918a8d0c155a16bdebe4a3f43b00a2de

fixed typo

Commit diff

app/views/welcome/index.html.erb

 
88 <li>Group these UndoRecords per User Action (UndoAction)</li>
99 <li>undo and redo are just a simple matter of replaying the UndoRecords in the right order</li>
1010 </ul>
11 <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>
11 <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>
1212 <br/>
1313 <p>Notice: This is a demo application, and as such, do not use to store any data you would not want to lose</p>
1414</div>
toggle raw diff