DOC: fix broken heading

It appears there may be a bug in gatsby which causes code blocks in headings to not be output. I can't find a specific issue in their project to link this to, so it might be best to simply remove the code block here allowing the header to display correctly.
This commit is contained in:
Ed Wilde 2021-02-15 09:24:15 +13:00 committed by GitHub
parent 25094fcdf5
commit 3a214a2ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<?php