diff --git a/issue.md b/issue.md index b4ffa36..0492c2c 100644 --- a/issue.md +++ b/issue.md @@ -1,7 +1,6 @@ ### Usage ```js -// Invoke this method to set the pull mode. -// pullType can be - pullup, pulldown or none. +// Invoke this method to set the pull mode. pullType can be - pullup, pulldown or none. pin.pull(pullType, callback); ```