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.