From c756fb495be31041a6017f2afa1dcfa9af440c3c Mon Sep 17 00:00:00 2001 From: Sri Harsha Date: Mon, 19 Oct 2020 16:15:00 +0530 Subject: [PATCH] fix(utils): typo fix (#6522) --- utils/apply_next_version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/apply_next_version.js b/utils/apply_next_version.js index bc49bdff..cd62839d 100644 --- a/utils/apply_next_version.js +++ b/utils/apply_next_version.js @@ -28,5 +28,5 @@ fs.writeFileSync( ); console.log( - 'IMPORTANT: you should update the pinned version of devtools-protocol to match the new revsion.' + 'IMPORTANT: you should update the pinned version of devtools-protocol to match the new revision.' );