Skip to content

Commit 839402b

Browse files
marcoleongeddyerburgh
authored andcommitted
docs: fix attachToDocument example (#1171)
1 parent 4fafecb commit 839402b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: docs/api/wrapper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A `Wrapper` is an object that contains a mounted component or vnode and methods
1818

1919
#### `options.attachedToDocument`
2020

21-
`Boolean` (read-only): True if `attachedToDocument` in mounting options was `true`
21+
`Boolean` (read-only): True if `attachToDocument` in mounting options was `true`
2222

2323
#### `options.sync`
2424

Diff for: docs/ja/api/wrapper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vue-test-utils はラッパベースの API です。
1818

1919
#### `options.attachedToDocument`
2020

21-
`Boolean` (読み込み専用): マウンティングオプションで `attachedToDocument``true` だった場合は True です。
21+
`Boolean` (読み込み専用): マウンティングオプションで `attachToDocument``true` だった場合は True です。
2222

2323
#### `options.sync`
2424

Diff for: docs/ru/api/wrapper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Vue Test Utils — это API основанное на использовани
1818

1919
#### `options.attachedToDocument`
2020

21-
`Boolean` (только для чтения): True, если `attachedToDocument` в опциях монтирования было `true`
21+
`Boolean` (только для чтения): True, если `attachToDocument` в опциях монтирования было `true`
2222

2323
#### `options.sync`
2424

Diff for: docs/zh/api/wrapper/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Vue Test Utils 是一个基于包裹器的 API。
1616

1717
### `options`
1818

19-
#### `options.attachedToDom`
19+
#### `options.attachedToDocument`
2020

21-
`Boolean` (只读):如果 `attachToDom` 传递给了 `mount``shallowMount` 则为真
21+
`Boolean` (只读):如果 `attachToDocument` 传递给了 `mount``shallowMount` 则为真
2222

2323
#### `options.sync`
2424

0 commit comments

Comments
 (0)