Corrected typo on upgrade document

This commit is contained in:
Albert Jessurum 2012-05-06 13:34:55 +03:00
parent f273edc176
commit 251b93c8d9
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@
### Serializer
* The key names craeted by the `GetSetMethodNormalizer` have changed from
* The key names created by the `GetSetMethodNormalizer` have changed from
from all lowercased to camelCased (e.g. `mypropertyvalue` to `myPropertyValue`).
* The `item` element is now converted to an array when deserializing XML.