浏览代码

chore(docs)

Ryan Chandler 5 年之前
父节点
当前提交
42bca2fb75
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -86,7 +86,7 @@ This directive adds a new `$store` magic variable to your component. This can be
 
 
 ### Defining global state
 ### Defining global state
 
 
-To define a scope of state, you can use the `Spruce.store()` method:
+To define a piece of global state, you can use the `Spruce.store()` method:
 
 
 ```javascript
 ```javascript
 Spruce.store('application', {
 Spruce.store('application', {