Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 30, 2021
1 parent b8f7cc4 commit 22ffea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/contributing/contributing.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Generally, each PR should contain one commit that is amended as you address code
### Coding Guidelines

We follow [dooboolab coding principle 2021](https://medium.com/dooboolab/dooboolab-coding-principle-2021-c809d112b18d) when writing code for `dooboo-ui`.
There are few others to be considered specific to `dooboo-ui`.
There are also few others to be considered specific to `dooboo-ui`.

1. Never expose `single` attributes in style props.

Expand Down Expand Up @@ -191,7 +191,7 @@ There are few others to be considered specific to `dooboo-ui`.
#### Tips

Try to write specification for ui component before writing code. How would you want yourself to use the component?
For example, does below looks great? Any more thing you think you would need?
For example, does below looks great? Anything more you think would be needed?

```tsx
<EditText
Expand All @@ -203,7 +203,7 @@ For example, does below looks great? Any more thing you think you would need?
/>
```

If you want to discuss on your proposal please feel free to open up anything in [discussions](https://github.com/dooboolab/dooboo-ui/discussions).
> If you want to discuss on your proposal please feel free to open up anything in [discussions](https://github.com/dooboolab/dooboo-ui/discussions).
#### Naming conventions

Expand Down

0 comments on commit 22ffea6

Please sign in to comment.