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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Jan 12, 2017
1 parent 37be7f6 commit 291d0f8
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 @@ -186,7 +186,7 @@ class VictoryPie extends React.Component {

const { animate, standalone, width, height } = props;
// If animating, return a `VictoryAnimation` element that will create
// a new `VictorPie` with nearly identical props, except (1) tweened
// a new `VictoryPie` with nearly identical props, except (1) tweened
// and (2) `animate` set to null so we don't recurse forever.
if (this.shouldAnimate()) {
const whitelist = [
Expand Down

0 comments on commit 291d0f8

Please sign in to comment.