docs(image): fix image types (#377)

* fix(image): image width & height types in docs.

Fixed types of Image component's width & height in documentation.

* fix: typo in contributing.md
This commit is contained in:
D. Kasi Pavan Kumar
2020-08-25 13:48:38 +05:30
committed by GitHub
parent c2b5c75908
commit b7cad18490
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ For basic operation of Git, you can refer to [GitHub's help documentation](https
1. [Fork this repository](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) to your own account and then clone it.
2. Create a new branch for your changes: `git checkout -b {BRANCH_NAME}`.
3. Install [Yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable) and then update project dependenices: `yarn`.
4. Run `yarn dev` and view your changes on your local document site. (If you add a new document page, you need to run `yarn dev` agian)
4. Run `yarn dev` and view your changes on your local document site. (If you add a new document page, you need to run `yarn dev` again)
At any time, you think it's ok, you can start the following steps to submit your amazing works: