ant-design/components/button
Zheeeng f36c6195b8 Fix typo (#10878)
First of all, thank you for your contribution! :-)

Please makes sure that these checkboxes are checked before submitting your PR, thank you!

* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [ ] Add some descriptions and refer relative issues for you PR.

Extra checklist:

**if** *isBugFix* **:**

  * [ ] Make sure that you add at least one unit test for the bug which you had fixed.

**elif** *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [ ] Update/Add demo to demonstrate new feature.
  * [ ] Update TypeScript definition for the component.
  * [ ] Add unit tests for the feature.
2018-06-12 14:36:08 +08:00
..
__tests__ Fix typo (#10878) 2018-06-12 14:36:08 +08:00
demo update button disable demo 2018-05-17 21:23:36 +08:00
style Fix missing border in Button.Group 2018-06-08 15:08:04 +08:00
button-group.tsx Remove allowSyntheticDefaultImports (#8218) 2017-11-17 14:38:54 +08:00
button.tsx chore: update typescript@~2.9.1 (#10748) 2018-06-02 20:12:09 +08:00
index.en-US.md docs: add disabled prop doc for Button, close #10373 2018-05-05 13:18:50 +08:00
index.tsx export components interface (#7654) 2017-09-25 22:14:49 +08:00
index.zh-CN.md docs: add disabled prop doc for Button, close #10373 2018-05-05 13:18:50 +08:00