Minor comment change
This commit is contained in:
parent
c5bfac177c
commit
7c97affa9d
1 changed files with 1 additions and 1 deletions
2
nodejs/index.d.ts
vendored
2
nodejs/index.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Minifies a string containing HTML code.
|
||||
* Minifies a Buffer containing UTF-8 HTML code.
|
||||
*
|
||||
* @param src - Source HTML code
|
||||
* @param cfg - Configurable minifier settings to use
|
||||
|
|
|
|||
Reference in a new issue