From b7cad18490b12f7b418ec6997e9a81cf3427f1c9 Mon Sep 17 00:00:00 2001
From: "D. Kasi Pavan Kumar" <44864604+kasipavankumar@users.noreply.github.com>
Date: Tue, 25 Aug 2020 13:48:38 +0530
Subject: [PATCH] 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
---
.github/CONTRIBUTING.md | 2 +-
pages/en-us/components/image.mdx | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 048fcbe..2eb409f 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -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:
diff --git a/pages/en-us/components/image.mdx b/pages/en-us/components/image.mdx
index 69447aa..fa8d191 100644
--- a/pages/en-us/components/image.mdx
+++ b/pages/en-us/components/image.mdx
@@ -14,7 +14,7 @@ Display image content.
title="Basic"
scope={{ Image }}
code={`
-height to reduces the possibility of page rerender.