From 4740dd9d4cbe4cec1d0db1a7149cfc84dbf372b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Calum=20Mac=C3=99isdean?= Date: Wed, 18 Oct 2017 13:56:44 +0100 Subject: [PATCH] Ellipsis documentation fix Example for ellipsis included a comma but it shouldn't --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68bb624b..db9122e4 100644 --- a/README.md +++ b/README.md @@ -2471,9 +2471,9 @@ Truncates a string to the specified `length`, and appends it with an elipsis, ` **Example** ```handlebars -{{ellipsis (sanitize "foo bar baz"), 7}} +{{ellipsis (sanitize "foo bar baz") 7}} -{{ellipsis "foo bar baz", 7}} +{{ellipsis "foo bar baz" 7}} ``` @@ -3353,4 +3353,4 @@ Released under the [MIT License](LICENSE). *** -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on August 31, 2017._ \ No newline at end of file +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on August 31, 2017._