From 40763d0c0193255b81559039f255d4b3dc855d85 Mon Sep 17 00:00:00 2001 From: Jonathan Persson Date: Tue, 7 Jul 2015 21:56:12 +0200 Subject: [PATCH] Fixed typo in a JSDoc comment. --- src/mdlComponentHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mdlComponentHandler.js b/src/mdlComponentHandler.js index c9c4877c..a96648d1 100644 --- a/src/mdlComponentHandler.js +++ b/src/mdlComponentHandler.js @@ -17,7 +17,7 @@ /** * A component handler interface using the revealing module design pattern. - * More details on this pattern design here: + * More details on this design pattern here: * https://github.com/jasonmayes/mdl-component-design-pattern * @author Jason Mayes. */