Skip to content
This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Commit 46abaad

Browse files
author
DongWoo Kim
committed
docs: fix typo
1 parent f41c471 commit 46abaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class MyComponent extends React.Component {
211211
```
212212

213213
### Addons
214-
TOAST UI Grid uses the **AddOn** to extend functionality, which can be setup with the `addOn` prop. The `addon` prop recieves an object which conatins the name of the addon as a key, and the option object as a value. For example, if you want to use the [Net addon](https://github.com/nhnent/tui.grid/blob/production/docs/binding-to-remote-data.md#net-add-on) you can set up like the example below.
214+
TOAST UI Grid uses the **AddOn** to extend functionality, which can be setup with the `addOn` prop. The `addOn` prop recieves an object which conatins the name of the addon as a key, and the option object as a value. For example, if you want to use the [Net addon](https://github.com/nhnent/tui.grid/blob/production/docs/binding-to-remote-data.md#net-add-on) you can set it up like the example below.
215215

216216
```js
217217
const columns = [/* ... */];
@@ -239,7 +239,7 @@ Run npm scripts and develop yourself with the following process.
239239

240240
Fork `master` branch into your personal repository.
241241
Clone it to local computer. Install node modules.
242-
Before starting development, you should check to haveany errors.
242+
Before starting development, you should check to have any errors.
243243

244244
``` sh
245245
$ git clone https://github.com/{your-personal-repo}/[[repo name]].git

0 commit comments

Comments
 (0)