summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/README.md
diff options
context:
space:
mode:
authorSyohei YOSHIDA <[email protected]>2015-04-27 09:35:55 +0900
committerSyohei YOSHIDA <[email protected]>2015-04-27 09:35:55 +0900
commitc261c01598a8872393ee94b084579d150dd8220c (patch)
treeb79e5cd3a1a2a8f90343e64c8635839eac91ae74 /doc/mrbgems/README.md
parent5c25a9a6a98f22a848784cb3e4bb5234dc76ec24 (diff)
downloadmruby-c261c01598a8872393ee94b084579d150dd8220c.tar.gz
mruby-c261c01598a8872393ee94b084579d150dd8220c.zip
Fix misspellings in document
Diffstat (limited to 'doc/mrbgems/README.md')
-rw-r--r--doc/mrbgems/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md
index 040687333..101177b13 100644
--- a/doc/mrbgems/README.md
+++ b/doc/mrbgems/README.md
@@ -200,7 +200,7 @@ the following options additionally inside of your GEM specification:
* `spec.test_objs` (Object test files for integration into mrbtest)
* `spec.test_preload` (Initialization files for mrbtest)
-### include_paths and depencency
+### include_paths and dependency
Your GEM can export include paths to another GEMs that depends on your GEM.
By default, `/...absolute path.../{GEM_NAME}/include` will be exported.