Fixed typo in a JSDoc comment.

master
Jonathan Persson 2015-07-07 21:56:12 +02:00
parent a2a1bc7101
commit 40763d0c01
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/