Skip to content

Commit d7f0975

Browse files
committed
chore: fix typo in docs
This is mostly to trigger a deploy of the site
1 parent e37c17d commit d7f0975

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mockFn.mock.instances[1] === b; // true
8383

8484
Resets all information stored in the [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances) arrays.
8585

86-
Often this is useful when you want to clean up a mock's usage data between two assertions.
86+
Often this is useful when you want to clean up a mocks usage data between two assertions.
8787

8888
Beware that `mockClear` will replace `mockFn.mock`, not just [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances). You should, therefore, avoid assigning `mockFn.mock` to other variables, temporary or not, to make sure you don't access stale data.
8989

website/versioned_docs/version-25.x/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mockFn.mock.instances[1] === b; // true
8383

8484
Resets all information stored in the [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances) arrays.
8585

86-
Often this is useful when you want to clean up a mock's usage data between two assertions.
86+
Often this is useful when you want to clean up a mocks usage data between two assertions.
8787

8888
Beware that `mockClear` will replace `mockFn.mock`, not just [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances). You should, therefore, avoid assigning `mockFn.mock` to other variables, temporary or not, to make sure you don't access stale data.
8989

website/versioned_docs/version-26.x/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mockFn.mock.instances[1] === b; // true
8383

8484
Resets all information stored in the [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances) arrays.
8585

86-
Often this is useful when you want to clean up a mock's usage data between two assertions.
86+
Often this is useful when you want to clean up a mocks usage data between two assertions.
8787

8888
Beware that `mockClear` will replace `mockFn.mock`, not just [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances). You should, therefore, avoid assigning `mockFn.mock` to other variables, temporary or not, to make sure you don't access stale data.
8989

website/versioned_docs/version-27.0/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mockFn.mock.instances[1] === b; // true
8383

8484
Resets all information stored in the [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances) arrays.
8585

86-
Often this is useful when you want to clean up a mock's usage data between two assertions.
86+
Often this is useful when you want to clean up a mocks usage data between two assertions.
8787

8888
Beware that `mockClear` will replace `mockFn.mock`, not just [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances). You should, therefore, avoid assigning `mockFn.mock` to other variables, temporary or not, to make sure you don't access stale data.
8989

website/versioned_docs/version-27.1/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mockFn.mock.instances[1] === b; // true
8383

8484
Resets all information stored in the [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances) arrays.
8585

86-
Often this is useful when you want to clean up a mock's usage data between two assertions.
86+
Often this is useful when you want to clean up a mocks usage data between two assertions.
8787

8888
Beware that `mockClear` will replace `mockFn.mock`, not just [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances). You should, therefore, avoid assigning `mockFn.mock` to other variables, temporary or not, to make sure you don't access stale data.
8989

website/versioned_docs/version-27.2/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mockFn.mock.instances[1] === b; // true
8383

8484
Resets all information stored in the [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances) arrays.
8585

86-
Often this is useful when you want to clean up a mock's usage data between two assertions.
86+
Often this is useful when you want to clean up a mocks usage data between two assertions.
8787

8888
Beware that `mockClear` will replace `mockFn.mock`, not just [`mockFn.mock.calls`](#mockfnmockcalls) and [`mockFn.mock.instances`](#mockfnmockinstances). You should, therefore, avoid assigning `mockFn.mock` to other variables, temporary or not, to make sure you don't access stale data.
8989

0 commit comments

Comments
 (0)