Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix adjective in troubleshooting.md document #8777

Merged
merged 1 commit into from
Aug 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ you don't have a proper JavaScript runtime. To solve this, either install
### macOS

Jekyll is compatible with macOS with ARM64 architecture.
However, `bundle exec jekyll serve` may [fail with elder version `ffi`](https://github.com/ffi/ffi/issues/870).
However, `bundle exec jekyll serve` may [fail with older version `ffi`](https://github.com/ffi/ffi/issues/870).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


You may need to run `bundle update` or update `ffi` to at least `1.14.2` manually.

Expand Down