From ea3a22e13c1ba86ed09d85fc9ca98ef9b43bb6cb Mon Sep 17 00:00:00 2001 From: TroubleDog54 <115918107+TroubleDog54@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:23:53 +1100 Subject: [PATCH] docs: fix typo in the "Getting Started" post (#1502) --- _posts/2019-08-09-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 57026ee..a411dbc 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -101,7 +101,7 @@ Now you can choose _ONE_ of the following methods to deploy your Jekyll site. There are a few things to get ready for. - If you're on the GitHub Free plan, keep your site repository public. -- If you have committed `Gemfile.lock`{: .filepath} to the repository, and your local machine is not running Linux, go the the root of your site and update the platform list of the lock-file: +- If you have committed `Gemfile.lock`{: .filepath} to the repository, and your local machine is not running Linux, go to the root of your site and update the platform list of the lock-file: ```console $ bundle lock --add-platform x86_64-linux