diff --git a/examples/ui/widget_design_patterns/js/example.js b/examples/ui/widget_design_patterns/js/example.js index 7b80df98..a8d7443f 100644 --- a/examples/ui/widget_design_patterns/js/example.js +++ b/examples/ui/widget_design_patterns/js/example.js @@ -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: