From 84c8252f1118edd384c0d04e96266698f0b01071 Mon Sep 17 00:00:00 2001 From: Qasim Qureshi Date: Sun, 29 Aug 2021 16:15:12 +0500 Subject: [PATCH] Update troubleshooting.md (#8777) Merge pull request 8777 --- docs/_docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/troubleshooting.md b/docs/_docs/troubleshooting.md index 02b79ae1..105833ff 100644 --- a/docs/_docs/troubleshooting.md +++ b/docs/_docs/troubleshooting.md @@ -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). You may need to run `bundle update` or update `ffi` to at least `1.14.2` manually.