Skip to content

Commit 068394e

Browse files
authored
docs: fix typo in api/options.md (#1631)
modify provie/inject to provide/inject in line 406
1 parent 4f71d1a commit 068394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/api/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ expect(wrapper.vm.$parent.$options.name).toBe('foo')
403403

404404
- 类型:`Object`
405405

406-
为组件传递用于注入的属性。可查阅 [provie/inject](https://cn.vuejs.org/v2/api/#provide-inject) 了解更多。
406+
为组件传递用于注入的属性。可查阅 [provide/inject](https://cn.vuejs.org/v2/api/#provide-inject) 了解更多。
407407

408408
示例:
409409

0 commit comments

Comments
 (0)