Skip to content

Commit 25d1fb1

Browse files
committed
Fix for readme.md
1 parent 9ba4781 commit 25d1fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,12 @@ An alias for `Encoder#encode()` method.
336336

337337
### `isFileLike(value) -> {boolean}`
338338

339-
Check if given value is a File-ish object.
339+
Check if a value is File-ish object.
340340

341341
- **{unknown}** value - a value to test
342342

343343
### `isFormDataLike(value) -> {boolean}`
344344

345-
Check if is a FormData-ish object.
345+
Check if a value is FormData-ish object.
346346

347347
- **{unknown}** value - a value to test

0 commit comments

Comments
 (0)