euromark 11 years ago
parent
commit
4797985979
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/Behavior/Jsonable.md

+ 2 - 2
docs/Behavior/Jsonable.md

@@ -97,8 +97,8 @@ debug($entity->get('tags'));
 
 Note: The cleanup automation you can additionally turn on/off. There are more things to explore. Dig into the source code for that.
 
-Yes  you could make a new table/relation for this in the first place.
-But sometimes its just quicker to create such an enumeration field.
+Yes - you could make a new table/relation for this in the first place.
+But sometimes it's just quicker to create such an enumeration field.
 
 Bear in mind: It then cannot be sorted/searched by those values, though.
 For a more static solution take a look at my [Static Enums](http://www.dereuromark.de/2010/06/24/static-enums-or-semihardcoded-attributes/).