Merge pull request #2459 from moveforward/patch-1

Fixed typo
This commit is contained in:
Sean Harvey 2013-09-25 19:43:05 -07:00
commit 9b1211f071

View File

@ -80,7 +80,7 @@ but also include information about when and how a record was published.
:::php
$record = MyRecord::get()->byID(99); // stage doesn't matter here
$versions = $record->allVersions();
echo $versions->First()->Version; // instance of Versioned_Versoin
echo $versions->First()->Version; // instance of Versioned_Version
### Writing Versions and Changing Stages