Skip to content

Commit 8229336

Browse files
docs(README.md): update
1 parent bdfbfe2 commit 8229336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1874,9 +1874,9 @@ Matchers that use the `toBe()` method of `jasmine.Matchers`.
18741874
| [`number()`](#testingtobematchersprototypenumber) | Expects provided `value` to be a `number` |
18751875
| [`numberBetween()`](#testingtobematchersprototypenumberbetween) | Expects provided `value` to be a `number` between minimum and maximum |
18761876
| [`object()`](#testingtobematchersprototypeobject) | Expects provided `value` to be an `object` |
1877-
| [`objectKey()`](#testingtobematchersprototypeobjectkey) | Expects provided `value` to be an `object` with the given keys by using the [`hasOwnProperty`][js-hasownproperty] method of [`Object`][js-object] |
1877+
| [`objectKey()`](#testingtobematchersprototypeobjectkey) | Expects provided `value` to be an `object` with the given keys by using the [`hasOwnProperty`][js-hasownproperty] method of the [`Object`][js-object] |
18781878
| [`objectKeyIn()`](#testingtobematchersprototypeobjectkeyin) | Expects provided `value` to be an `object` with the given keys by using the [`in`][js-in-operator] operator |
1879-
| [`objectKeys()`](#testingtobematchersprototypeobjectkeys) | Expects provided `value` to be an `object` with some given keys by using the [`hasOwnProperty`][js-hasownproperty] method of [`Object`][js-object] |
1879+
| [`objectKeys()`](#testingtobematchersprototypeobjectkeys) | Expects provided `value` to be an `object` with some given keys by using the [`hasOwnProperty`][js-hasownproperty] method of the [`Object`][js-object] |
18801880
| [`regexp()`](#testingtobematchersprototyperegexp) | Expects provided `value` to be [`RegExp`][js-regexp] |
18811881
| [`string()`](#testingtobematchersprototypestring) | Expects provided `value` to be a [`string`][js-string] |
18821882
| [`stringOfLength()`](#testingtobematchersprototypestringoflength) | Expects provided `value` to be a [`string`][js-string] of the specified minimum and maximum length |

0 commit comments

Comments
 (0)