From b3f8266fc95913f0ccf6aee2ffebd0b85e5352cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Cargo=C3=ABt?= Date: Sat, 30 Nov 2013 10:56:49 +0100 Subject: [PATCH] Fixed typos in helpers.md --- source/docs/helpers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/docs/helpers.md b/source/docs/helpers.md index 5e0adbc7c5..2c964e7e4e 100644 --- a/source/docs/helpers.md +++ b/source/docs/helpers.md @@ -201,7 +201,7 @@ Inserts date in XML format. `date` can be unix time, ISO string, date object, or Inserts formatted time. `date` can be unix time, ISO string, date object, or moment.js object. `format` is `time_format` setting by default. ``` js -<%- date(date, [format]) %> +<%- time(date, [format]) %> ``` **Examples:** @@ -236,7 +236,7 @@ Inserts formatted date and time. `date` can be unix time, ISO string, date objec [Moment.js] library. -### searh_form +### search_form Inserts a Google search form. @@ -435,4 +435,4 @@ Option | Description | Default // 12,345/67 ``` -[color keywords]: http://www.w3.org/TR/css3-color/#svg-color \ No newline at end of file +[color keywords]: http://www.w3.org/TR/css3-color/#svg-color