소스 검색

docs: fix minor typo (#1811)

Update `plugins.md`.
Fabian Krutsch 5 년 전
부모
커밋
1647675c06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/guide/plugins.md

+ 1 - 1
docs/guide/plugins.md

@@ -100,7 +100,7 @@ const store = new Vuex.Store({
 ```
 
 :::warning WARNING
-Before v3.5.0, the `createLogger` function is exported at `vuex/dist/logger` package. PLease checkout the "Before Vuex v3.5.0" setion of this page.
+Before v3.5.0, the `createLogger` function is exported at `vuex/dist/logger` package. Please checkout the "Before Vuex v3.5.0" section of this page.
 :::
 
 The `createLogger` function takes a few options: