Skip to content

Commit

Permalink
fixed a duplicate periods (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkamakura authored and erikras committed Dec 8, 2016
1 parent 25fb646 commit 65b550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/FieldArray.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ as a javascript `Array`, providing both reading and writing functionality.
#### `fields.shift() : Function`

> Removes an item from beginning of the array. Returns the item removed..
> Removes an item from beginning of the array. Returns the item removed.
> This is not a mutator; it dispatches an action which updates the state in Redux, which will
> cause your component to rerender.
Expand Down

0 comments on commit 65b550e

Please sign in to comment.