Skip to content

Commit

Permalink
fix typo (ant-design#20913)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 authored and afc163 committed Jan 15, 2020
1 parent 246adcd commit ea0604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ All the icons will render to `<svg>`. You can still set `style` and `className`

### Set TwoTone Color

When using the two-tone icons, you can use the static methods `getTwoToneColor()` and `setTwoToneColor(colorString)` to spicify the primary color.
When using the two-tone icons, you can use the static methods `getTwoToneColor()` and `setTwoToneColor(colorString)` to specify the primary color.

```jsx
import { getTwoToneColor, setTwoToneColor } from '@ant-design/icons';
Expand Down

0 comments on commit ea0604b

Please sign in to comment.