summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-02-13 16:38:02 +0900
committerGitHub <[email protected]>2021-02-13 16:38:02 +0900
commitd04c651405189e132bd19985435d4c1c5fa1762b (patch)
tree1a3dd21c1c0f4a2898ae8f308e1cd516f4d9e717 /doc
parent9a9c95986a2bb5d647f7a610c04987cd2b9397f4 (diff)
parentbe40e9c783363b45a14ba70a18157385814e8b3e (diff)
downloadmruby-d04c651405189e132bd19985435d4c1c5fa1762b.tar.gz
mruby-d04c651405189e132bd19985435d4c1c5fa1762b.zip
Merge pull request #5342 from jbampton/fix-spelling
chore: fix spelling
Diffstat (limited to 'doc')
-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 6dfe7c1a4..5a6396e97 100644
--- a/doc/guides/mrbgems.md
+++ b/doc/guides/mrbgems.md
@@ -1,7 +1,7 @@
# mrbgems
mrbgems is a library manager to integrate C and Ruby extension in an easy and
-standardised way into mruby. Conventinally, each mrbgem name is prefixed by
+standardised way into mruby. Conventionally, each mrbgem name is prefixed by
`mruby-`, e.g. `mruby-time` for a gem that provides `Time` class functionality.
## Usage
@@ -372,7 +372,7 @@ See C and Ruby example.
## Binary gems
Some gems can generate executables under `bin` directory. Those gems are called
-binary gems. Names of binary gems are conventinally prefixed by `mruby-bin`,
+binary gems. Names of binary gems are conventionally prefixed by `mruby-bin`,
e.g. `mruby-bin-mirb` and `mruby-bin-strip`.
To specify the name of executable, you need to specify `spec.bins` in the