Minor comment change

This commit is contained in:
Wilson Lin 2022-06-22 23:39:08 +10:00
parent c5bfac177c
commit 7c97affa9d
1 changed files with 1 additions and 1 deletions

2
nodejs/index.d.ts vendored
View File

@ -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