typo in examples

This commit is contained in:
rolux 2015-08-12 14:24:41 +02:00
parent ac29cb88a6
commit e19da09b7a

View file

@ -284,7 +284,7 @@ Ox.My.MetaBox = function(options, self) {
/*
This time, we inherit from `Ox.My.InvertibleBox`. The one thing that's
different though is the `color` option: It is no longer a single value, but
an array of array of values. That's how the boxes inside out MetaBox are
an array of array of values. That's how the boxes inside our MetaBox are
specified. The following would create a grid of boxes with two rows and
three columns:
<pre>