From df34a260059717c3e50e02b7825d99de20102987 Mon Sep 17 00:00:00 2001 From: Brian Giangiordano <160031102+Bgiangiordano@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:49:11 -0500 Subject: [PATCH] Fix typo: 'practise' to 'practice' (#35292) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- content/get-started/start-your-journey/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/start-your-journey/hello-world.md b/content/get-started/start-your-journey/hello-world.md index b817cde65a5a..c1293bc49a61 100644 --- a/content/get-started/start-your-journey/hello-world.md +++ b/content/get-started/start-your-journey/hello-world.md @@ -110,7 +110,7 @@ Pull requests are the heart of collaboration on {% data variables.product.produc As soon as you make a commit, you can open a pull request and start a discussion, even before the code is finished. -In this step, you'll open a pull request in your own repository and then merge it yourself. It's a great way to practise the {% data variables.product.product_name %} flow before working on larger projects. +In this step, you'll open a pull request in your own repository and then merge it yourself. It's a great way to practice the {% data variables.product.product_name %} flow before working on larger projects. 1. Click the **Pull requests** tab of your `hello-world` repository. 1. Click **New pull request**.