Skip to content

Commit b98fdaa

Browse files
Fix a typo in GitHub Pages Jekyll note
1 parent 161be51 commit b98fdaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Before you can use Jekyll to test a site, you must:
5454
>
5555
> To fix the error, try running `bundle add webrick`, then re-running `bundle exec jekyll serve`.
5656
>
57-
> You might get other errors (related to missing gems methods) if you've installed Ruby 3.2 or later. It is recommended to install Ruby 3.1.x or earlier instead due to compatibility issues with the `github-pages` gem.
57+
> You might get other errors (related to missing gems and methods) if you've installed Ruby 3.2 or later. It is recommended to install Ruby 3.1.x or earlier instead due to compatibility issues with the `github-pages` gem.
5858
>
5959
> * If your `_config.yml` file's `baseurl` field contains your GitHub repository's link, you can use the following command when building locally to ignore that value and serve the site on `localhost:4000/`:
6060
>

0 commit comments

Comments
 (0)