]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix link
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 16 May 2024 14:03:16 +0000 (16:03 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 16 May 2024 14:03:16 +0000 (16:03 +0200)
packages/docs/zh/cookbook/testing.md

index cd5450f7586bf5872eefee2a2b8fa804be6307a8..a05ab9b19df2a9fce5a2ea3f8c0fa2fd2a4e70de 100644 (file)
@@ -18,7 +18,7 @@
   - [对组件单元测试](#unit-testing-components)
     - [初始 state](#initial-state)
     - [自定义 action 的行为](#customizing-behavior-of-actions)
-    - [指定 createSpy 函数](#specifying-the-creespy-function)
+    - [指定 createSpy 函数](#specifying-the-createspy-function)
     - [Mocking getters](#mocking-getters)
     - [Pinia 插件](#pinia-plugins)
   - [端到端测试](#e2e-tests)