Skip to content

Commit a0c0780

Browse files
authored
fix: resolve suggested changes
1 parent be2e1da commit a0c0780

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Before you can use Jekyll to test a site, you must:
5151
3. To preview your site, in your web browser, navigate to `http://localhost:4000`.
5252

5353
{% note %}
54-
**Note**: If you are using Ruby 3.0 and Jekyll v4.2.x or older, you will need to add the gem "webrick" to your project's Gemfile and run `bundle install`
54+
55+
**Note:** If you are using Ruby 3.0 and Jekyll 4.2.x or older, you will need to add the `webrick` gem to your project's Gemfile prior to running `bundle install`.
56+
5557
{% endnote %}
5658

5759
## Updating the {% data variables.product.prodname_pages %} gem

0 commit comments

Comments
 (0)