diff --git a/docs/en/topics/versioning.md b/docs/en/topics/versioning.md index c0ba66138..ebd98825c 100644 --- a/docs/en/topics/versioning.md +++ b/docs/en/topics/versioning.md @@ -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