]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update panini.md - Fix typo 674/head
authorChristian Pena <dr_khriz@hotmail.com>
Tue, 3 Jan 2017 20:39:35 +0000 (15:39 -0500)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2017 20:39:35 +0000 (15:39 -0500)
docs/pages/panini.md

index 565d86b6e4ad3383ed437d1b7a2ab519fab0d265..2c8bb8738ff735889aa2c55d6594a920170d46c0 100644 (file)
@@ -177,7 +177,7 @@ If you don't see the right helper, you can write your own. Add a javascript file
 ```
 // Example file src/helpers/bold.js
 module.exports = function(options) {
-  // options.fn(this) = Handelbars content between {{#bold}} HERE {{/bold}}
+  // options.fn(this) = Handlebars content between {{#bold}} HERE {{/bold}}
   var bolder = '<strong>' + options.fn(this) + '</strong>';
   return bolder;
 }