Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
fix(docs): Fixed typo in string pipe docs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 authored and fknop committed Jan 29, 2017
1 parent 2e62d6a commit f131bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import { RightPadPipe } from 'angular-pipes/src/string/right-pad.pipe';
{{ 'aaa' | rightpad: 5: 'b' }} <!-- 'aaabb' -->
```

####rightpad
####pad

Returns a padded string. It starts with left and then right.

Expand Down

0 comments on commit f131bb3

Please sign in to comment.