From fb83666aa23ac510a30b1f822be3b5c529941a4a Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 29 Jan 2022 16:22:22 -0500 Subject: [PATCH] doc: fix typo in CONTRIBUTING [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 885c34e185..cb00ba60ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -339,7 +339,7 @@ A quick summary of what this looks like for you, the developer: - edit the `requirements` in the gemspec - run `bundle exec rake vendor_jars` which updates everything under `lib/nokogiri/jruby` -- run `bundle exec check_manifest` and if necessary update the gemspec `files` +- run `bundle exec rake check_manifest` and if necessary update the gemspec `files` - make sure to check everything under `lib/nokogiri/jruby` into git, including the jar files