diff --git a/README.md b/README.md index df37727..6897929 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GNOME Shell Extension Alt+Tab Scroll Workaround -> Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code) +> Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code). The bug: - https://github.com/Microsoft/vscode/issues/28795 diff --git a/metadata.json b/metadata.json index bec3897..b8e9d77 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "uuid": "alt-tab-scroll-workaround@lucasresck.github.io", "name": "Alt+Tab Scroll Workaround", - "description": "Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code)", + "description": "Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code).", "version": 1, "shell-version": [ "42" ], "url": "https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround"