From 72aa68b05eb83114092ad36b864075f6c3ea5d4c Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sun, 7 Jan 2024 17:16:00 +0100 Subject: [PATCH] changelog: fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1c98b50..6b552660e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ We updated the [scripting documentation](https://www.sitespeed.io/documentation/ The new version of Browsertime is also adding [code completion/IntelliSense](https://www.sitespeed.io/documentation/sitespeed.io/scripting/tutorial-08-Setting-Up-IntelliSense.html) support. Make sure you have latest Browsertime installed and add the following params: -``` +```JavaScript /** * @param {import('browsertime').BrowsertimeContext} context * @param {import('browsertime').BrowsertimeCommands} commands