From f131bb35b2e59fbf8de3a2f3aac85f7c41fc4ac7 Mon Sep 17 00:00:00 2001 From: Rafael Santana Date: Sun, 29 Jan 2017 05:16:28 -0300 Subject: [PATCH] fix(docs): Fixed typo in string pipe docs (#39) --- docs/string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/string.md b/docs/string.md index f58f3de..3d79892 100644 --- a/docs/string.md +++ b/docs/string.md @@ -62,7 +62,7 @@ import { RightPadPipe } from 'angular-pipes/src/string/right-pad.pipe'; {{ 'aaa' | rightpad: 5: 'b' }} ``` -####rightpad +####pad Returns a padded string. It starts with left and then right.