Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 5cc62d2

Browse files
committed
remove new line
1 parent 65eb681 commit 5cc62d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/actions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jsdoc:
77
contentsHeading: Functions
88
---
99

10-
Gatsby は [Redux](http://redux.js.org) を内部的に使用して状態を管理しています。
11-
あなたのサイトで Gatsby API を実装するとアクションのコレクション(Redux の [bindActionCreators](https://redux.js.org/api/bindactioncreators/) でバインドされるアクションと同等)が渡され、状態管理に使用できます。
10+
Gatsby は [Redux](http://redux.js.org) を内部的に使用して状態を管理しています。あなたのサイトで Gatsby API を実装するとアクションのコレクション(Redux の [bindActionCreators](https://redux.js.org/api/bindactioncreators/) でバインドされるアクションと同等)が渡され、状態管理に使用できます。
1211

1312
`actions` のオブジェクトに含まれる各関数は、ES6 のオブジェクトの分割代入で個別に抽出できます。
1413

0 commit comments

Comments
 (0)