summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/mrbgems.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-08-11 10:35:13 +0900
committerGitHub <[email protected]>2018-08-11 10:35:13 +0900
commit11d5782687f3f0f4f15dd78610c4d38981e31cca (patch)
treeaf1d042ecde3e5d8372b62341b4e32ebb2e350e9 /doc/guides/mrbgems.md
parent35be8b252495d92ca811d76996f03c470ee33380 (diff)
parentb03f1f78e3f1bab579b21219bbecffb6eb4b7020 (diff)
downloadmruby-11d5782687f3f0f4f15dd78610c4d38981e31cca.tar.gz
mruby-11d5782687f3f0f4f15dd78610c4d38981e31cca.zip
Merge pull request #4081 from seratch/fix-typo
Fix misspelling words in comments, docs
Diffstat (limited to 'doc/guides/mrbgems.md')
-rw-r--r--doc/guides/mrbgems.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/mrbgems.md b/doc/guides/mrbgems.md
index 8dac0dc86..0fcc936ed 100644
--- a/doc/guides/mrbgems.md
+++ b/doc/guides/mrbgems.md
@@ -179,11 +179,11 @@ Version requirement supports following operators:
When more than one version requirements is passed, the dependency must satisfy all of it.
-You can have default gem to use as depedency when it's not defined in *build_config.rb*.
+You can have default gem to use as dependency when it's not defined in *build_config.rb*.
When the last argument of `add_dependency` call is `Hash`, it will be treated as default gem information.
Its format is same as argument of method `MRuby::Build#gem`, expect that it can't be treated as path gem location.
-When a special version of depedency is required,
+When a special version of dependency is required,
use `MRuby::Build#gem` in *build_config.rb* to override default gem.
If you have conflicting GEMs use the following method: