Refactor: Better English

This commit is contained in:
syuilo⭐️ 2017-02-08 14:16:12 +09:00 committed by GitHub
parent 17fb5f6b46
commit 07cfdb6827

View File

@ -38,8 +38,8 @@ type Result = Summary & {
}; };
/** /**
* Summary an web page * Summarize an web page
* @param {string} url URL of web page you want to summary * @param {string} url URL of web page you want to summarize
* @param {Options?} options The options * @param {Options?} options The options
* @return {Promise<Result>} Promised summary * @return {Promise<Result>} Promised summary
*/ */