fix(utils): typo fix (#6522)

This commit is contained in:
Sri Harsha 2020-10-19 16:15:00 +05:30 committed by GitHub
parent f63a123ece
commit c756fb495b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,5 @@ fs.writeFileSync(
); );
console.log( 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.'
); );