From 12e2a1762fb7fb2cc86d1f05b4f2df48be9ca94a Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 13 Jun 2023 10:50:14 -0400 Subject: [PATCH] Updates walkthrough content --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1b153a..b10c0aa 100644 --- a/package.json +++ b/package.json @@ -14379,8 +14379,8 @@ }, { "id": "gitlens.welcome.revisionHistory", - "title": "Easily navigate revision history", - "description": "With just a click of a button, you can navigate backwards and forwards through any file's history.\nCompare changes over time and see the revision history of the whole file or every individual line of code. Customizable and unobtrusive Git blame annotations are still shown on every line, telling you the author, date, and message for the last commit!", + "title": "Effortlessly navigate revision history", + "description": "With just a click of a button, you can navigate backwards and forwards through the history of any file.\nCompare changes over time and see the revision history of the whole file or an individual line.", "media": { "markdown": "walkthroughs/welcome/5-revision-history.md" }