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

Commit

Permalink
Merge pull request #164 from MarcelBlockchain/patch-1
Browse files Browse the repository at this point in the history
missing Letter 'r' in victory-pie @sortOder
  • Loading branch information
boygirl authored Jan 8, 2018
2 parents f0384b1 + 66f191f commit 7429dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/victory-pie.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class VictoryPie extends React.Component {
PropTypes.string,
PropTypes.arrayOf(PropTypes.string)
]),
sortOder: PropTypes.oneOf(["ascending", "descending"]),
sortOrder: PropTypes.oneOf(["ascending", "descending"]),
standalone: PropTypes.bool,
startAngle: PropTypes.number,
style: PropTypes.shape({
Expand Down

0 comments on commit 7429dee

Please sign in to comment.