docs: Standarize the "(**required**)"
This commit is contained in:
parent
d5168f09d6
commit
4ad79b2a8c
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ Returns a [Buffer][buffer] that contains the image's `PNG` encoded data.
|
|||
|
||||
### `image.toJpeg(quality)`
|
||||
|
||||
* `quality` Integer between 0 - 100 (**required**)
|
||||
* `quality` Integer (**required**) - Between 0 - 100.
|
||||
|
||||
Returns a [Buffer][buffer] that contains the image's `JPEG` encoded data.
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ documentation:
|
|||
|
||||
`methodName(required[, optional]))`
|
||||
|
||||
* `require` String, **required**
|
||||
* `require` String (**required**)
|
||||
* `optional` Integer
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue