فهرست منبع

docs: adjust comment styling

Kia Ishii 4 سال پیش
والد
کامیت
c32d3f2c81
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docs/api/README.md

+ 2 - 2
docs/api/README.md

@@ -184,7 +184,7 @@ const store = new Vuex.Store({ ...options })
     console.log(mutation.payload)
   })
 
-  // You may call unsubscribe to stop the subscription
+  // you may call unsubscribe to stop the subscription
   unsubscribe()
   ```
 
@@ -213,7 +213,7 @@ const store = new Vuex.Store({ ...options })
     console.log(action.payload)
   })
 
-  // You may call unsubscribe to stop the subscription
+  // you may call unsubscribe to stop the subscription
   unsubscribe()
   ```