Skip to content

Commit ce2e97b

Browse files
author
tunnckoCore
committed
update description
1 parent ab38f94 commit ce2e97b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [is-async-function][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url]
22

3-
> Is function really asynchronous (callback) function? Trying to guess that based on check if `callback`, `cb`, `done`, `next` exists as function argument names - or you can pass you custom.
3+
> Is function really asynchronous (callback) function? Trying to guess that based on check if `callback`, `cb`, `done`, `next` exists as function arguments names or you can pass your custom.
44
55
[![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url]
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "is-async-function",
33
"version": "1.1.0",
4-
"description": "Is function really asynchronous (callback) function? Trying to guess that based on check if `callback`, `cb`, `done`, `next` exists as function argument names - or you can pass you custom.",
4+
"description": "Is function really asynchronous (callback) function? Trying to guess that based on check if `callback`, `cb`, `done`, `next` exists as function arguments names or you can pass your custom.",
55
"repository": "tunnckoCore/is-async-function",
66
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
77
"precommit.silent": true,

0 commit comments

Comments
 (0)