Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0295af3

Browse files
authored
fix: タイポを修正 (#133)
* chore: リンクエラーを修正した* chore: タイポを修正した
1 parent20c2233 commit0295af3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ typoなどを見つけた場合は、1文字の修正からでも問題無いの
5151

5252
表記揺れを発見した場合は単純にIssueを立ててもらうか、Pull Requestでの修正をいただけると嬉しいです。
5353

54-
また、この書籍では[test/prh-rule.yaml](test/prh-rule.yaml)で定義した辞書を使い表記揺れを辞書でテストできるようにしています。
54+
また、この書籍では[test/prh.yml](test/prh.yml)で定義した辞書を使い表記揺れを辞書でテストできるようにしています。
5555
辞書による表記揺れの検知が可能なら、そちらも合わせてご指摘いただけるとありがたいです。
5656

5757
-[textlint + prhで表記ゆれを検出する | Web Scratch](http://efcl.info/2015/09/14/textlint-rule-prh/"textlint + prhで表記ゆれを検出する | Web Scratch")

‎ja/Redux/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Reduxには[Three Principles](http://redux.js.org/docs/introduction/ThreePrincip
2020
この三原則についての詳細はドキュメントなどを参照してください。
2121

2222
-[Read Me | Redux](http://redux.js.org/)
23-
-[Getting Started with Redux - Course by @dan_abramov@eggheadio](https://egghead.io/series/getting-started-with-redux)
23+
-[Getting Started with Redux - Course by @dan_abramov@eggheadio](https://app.egghead.io/series/getting-started-with-redux)
2424

2525
Reduxの使い方についてはここでは解説しませんが、Reduxの拡張機能となる_middleware_ も、この三原則に基づいた仕組みとなっています。
2626

@@ -57,7 +57,7 @@ dispatch(action) -> (_middleware_ の処理) -> reducerにより新しいState
5757

5858
![Redux flow](./img/redux-unidir-ui-arch.jpg)
5959

60-
via[staltz.com/unidirectional-user-interface-architectures.html](http://staltz.com/unidirectional-user-interface-architectures.html)o
60+
via[staltz.com/unidirectional-user-interface-architectures.html](http://staltz.com/unidirectional-user-interface-architectures.html)
6161

6262
次は_middleware_ によりどのような拡張ができるのかを見ていきます。
6363

@@ -197,7 +197,7 @@ dispatchWithMiddleware({type: "FOO"});
197197
- StateはActionを経由しないと書き換えることができない
198198

199199
_middleware_ という仕組み自体は[Connect](../connect/README.md)と似ています。
200-
しかし、_middleware_が直接的に結果(State)を直接書き換えることはできません。
200+
しかし、_middleware_が結果(State)を直接書き換えることはできません。
201201

202202
Connectの_middleware_ は最終的な結果(`response`)を書き換えできます。
203203
一方、Reduxの_middleware_ は扱える範囲が「`dispatch`からReducerまで」と線引されている違いといえます。

‎ja/jQuery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jQueryでは`$.fn`を拡張することで、`$()`の返り値となるjQueryオ
88

99
[import, greenify.js](../../src/jQuery/greenify.js)
1010

11-
実際に利用するため際は`jquery.js`を読み込んだ後に`greenify.js`を読み込ませる必要があります。
11+
実際に利用する際は`jquery.js`を読み込んだ後に`greenify.js`を読み込ませる必要があります。
1212

1313
```html
1414
<scriptsrc="jquery.js"></script>
@@ -113,7 +113,7 @@ Node.jsで使われているCommonJSやES6 Modulesなどがなかった時代に
113113
- jQueryプラグインは`jQuery.fn` を拡張する
114114
-`jQuery.fn``jQuery.prototype` と同じである
115115
- jQueryプラグインとは`jQuery.prototype`を拡張したものといえる
116-
-何でもできるためプラグインが行うことを制御することのは難しい
116+
-何でもできるためプラグインが行うことを制御することは難しい
117117

118118
##参考資料
119119

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp