소스 검색

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()
   ```