DOC Remove warning about typos (#10256)

This commit is contained in:
Maxime Rainville 2022-03-09 10:56:51 +13:00 committed by GitHub
parent 7c46d3b2ab
commit e05142dba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,6 @@ This release includes a number of bug fixes to improve a broad range of areas. C
- If `guzzlehttp/guzzle` is required, it must now be at least `7.3.0`. This was done to ensure that v2 of `guzzlehttp/psr7` is installed, which is used by `embed/embed` v4
- `embed/embed` has been upgraded from v3 to v4. The internal implementation of the internal `Embeddable` interface has been changed from `EmbedResource` to `EmbedContainer`
- Fixed typo in `SilverStripe\Core\CoreKernel` protected variable `$enviroment`, now `$environment`.
If you've extended CoreKernel and not using the appropriate getter/setter methods, please update your code.
<!--- Changes below this line will be automatically regenerated -->