From f0e7a197fb7ea543f50cbc8ca5e068f4addca670 Mon Sep 17 00:00:00 2001 From: Joseph <36198758+jlord31@users.noreply.github.com> Date: Thu, 24 Feb 2022 20:43:02 +0100 Subject: [PATCH] update hello-world.md (#15747) --- content/get-started/quickstart/hello-world.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/get-started/quickstart/hello-world.md b/content/get-started/quickstart/hello-world.md index 51d7eefd55c9..a90bb4d1a754 100644 --- a/content/get-started/quickstart/hello-world.md +++ b/content/get-started/quickstart/hello-world.md @@ -61,8 +61,8 @@ This diagram shows: Have you ever saved different versions of a file? Something like: * `story.txt` -* `story-joe-edit.txt` -* `story-joe-edit-reviewed.txt` +* `story-edit.txt` +* `story-edit-reviewed.txt` Branches accomplish similar goals in {% data variables.product.product_name %} repositories.