From 09d26df900bec5193c1f1029e60efdce48bfc9fe Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 7 Jan 2025 10:38:15 +0100 Subject: [PATCH] fix: correct typo in breaking changes regarding workspaces in release notes --- src/release-notes/twilight.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index 1e9ad01..94d7164 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -120,6 +120,6 @@ ], "breakingChanges": [ "Changed versioning scheme to match Firefox's Release Candidates", - "Removed option to disable workspaces. Workspaces are now a core feature of Zen, and it can be really easy to ignore them (they are hidden if you have just one workspace) if you don't want to use them. Most of Zen's functionality is built around workspaces, so we decided to make them a core feature. They where an option before because they where experimental." + "Removed option to disable workspaces. Workspaces are now a core feature of Zen, and it can be really easy to ignore them (they are hidden if you have just one workspace) if you don't want to use them. Most of Zen's functionality is built around workspaces, so we decided to make them a core feature. They were an option before because they where experimental." ] } \ No newline at end of file