diff --git a/docs/en/02_Developer_Guides/00_Model/10_Versioning.md b/docs/en/02_Developer_Guides/00_Model/10_Versioning.md index 7ae3b56b9..5f51e3e03 100644 --- a/docs/en/02_Developer_Guides/00_Model/10_Versioning.md +++ b/docs/en/02_Developer_Guides/00_Model/10_Versioning.md @@ -114,7 +114,7 @@ It is possible for an item to be included both implicitly and explicitly in a ch This section explains how to take a regular DataObject and add versioning to it. -### Applying the `Versioned` extension to your DataObject +### Applying the Versioned extension to your DataObject ```php