Skip to content

Commit

Permalink
Fixed API docs for stripTag method
Browse files Browse the repository at this point in the history
  • Loading branch information
Sethen Maleno committed Aug 31, 2015
1 parent c4d3fb1 commit 55cb46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ Method for stripping tags in a string.

#### Signature

`stripTag(Object<tag: String, pattern, String) => String`
`stripTag(Object<tag: String, pattern: String>) => String`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion docs/api/strip_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Method for stripping tags in a string.

#### Signature

`stripTag(Object<tag: String, pattern, String) => String`
`stripTag(Object<tag: String, pattern: String>) => String`

#### Parameters

Expand Down

0 comments on commit 55cb46b

Please sign in to comment.