From 498325d2530eaa3e9cbc959c1acae0eece95d010 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Thu, 11 Dec 2025 13:13:47 -0700 Subject: [PATCH] Fix typo 'along side' -> 'alongside' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4187339b..a1c3bda5 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The GitHub Pages gem seeks to version two aspects of the build environment: ### 1. Ruby -The version of Ruby with which Jekyll is executed. Although Jekyll itself may be compatible with prior or future versions of Ruby, different execution environments yield different results. Ruby 1.8.7 parses YAML differently than 1.9.3, for example, and Kramdown has trouble processing `mailto` links prior to 1.9.3. In order to ensure that building locally consistently results in the same build as what appears when published, it's essential that Ruby itself is versioned along side the Gem, despite no known incompatibilities. +The version of Ruby with which Jekyll is executed. Although Jekyll itself may be compatible with prior or future versions of Ruby, different execution environments yield different results. Ruby 1.8.7 parses YAML differently than 1.9.3, for example, and Kramdown has trouble processing `mailto` links prior to 1.9.3. In order to ensure that building locally consistently results in the same build as what appears when published, it's essential that Ruby itself is versioned alongside the Gem, despite no known incompatibilities. ### 2. Dependencies