From e19da09b7ae94533569bf63ca49671bca510ac3e Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 12 Aug 2015 14:24:41 +0200 Subject: [PATCH] typo in examples --- examples/ui/widget_design_patterns/js/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: