Skip to content

Commit eacd01e

Browse files
authored
Merge pull request BoostIO#98 from yosmoc/fix_typo
Fix typo
2 parents 089b919 + 2e59456 commit eacd01e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> English below.
44
5-
## Pull requsetの著作権について
5+
## Pull requestの著作権について
66

77
Pull requestをすることはその変化分のコードの著作権をMAISIN&CO.に譲渡することに同意することになります。
88

docs/build.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Development
44

5-
We use Webpack HMR to develope Boostnote.
5+
We use Webpack HMR to develop Boostnote.
66
You can use this command to use our configuration
77

88
```
@@ -19,14 +19,14 @@ Then, we have to run the app.
1919
```
2020
npm run hot
2121
```
22-
> Actually the app can be start with `npm start@. However, the app will use the compiled scpript.
22+
> Actually the app can be start with `npm start@. However, the app will use the compiled script.
2323
2424
By this, webpack will watch the code changes and apply it automatically.
2525

2626
> ### Notice
2727
> There are some cases you have to refresh app yourself.
2828
> 1. When editing constructor method of a component
29-
> 2. When adding a new css class(same to 1: CSS classs is re-written by each component. This process occurs at Constructor method.)
29+
> 2. When adding a new css class(same to 1: CSS class is re-written by each component. This process occurs at Constructor method.)
3030
3131
## Deploy
3232

@@ -39,6 +39,6 @@ So, we prepare a script which just make an excutable file.
3939
grunt pre-build
4040
```
4141

42-
You will find the excutable from `dist`. In this case, auto updater won't work because the app isn't signed.
42+
You will find the executable from `dist`. In this case, auto updater won't work because the app isn't signed.
4343

4444
If you are necessary, you can do codesign or authenticode by this excutable.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use the issue tracker of this repository for
1010
- reporting a bug of Boostnote
1111
- wanting to contribute Boostnote
1212

13-
We have a slack if you want to ingage us deeply, ask @rokt33r to join.
13+
We have a slack if you want to engage us deeply, ask @rokt33r to join.
1414

1515
- [日本語](./readme-ja.md)
1616
- [한국어](./readme-ko.md)

0 commit comments

Comments
 (0)