From 64ff933451b79e8f283b869ec0d548d768e41837 Mon Sep 17 00:00:00 2001 From: Dave Takahashi Date: Wed, 31 Aug 2016 11:01:30 -0700 Subject: [PATCH] Fix a couple typos in help files --- runtime/help/plugins.md | 2 +- runtime/help/tutorial.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/help/plugins.md b/runtime/help/plugins.md index 7d54c5d0..e142d020 100644 --- a/runtime/help/plugins.md +++ b/runtime/help/plugins.md @@ -37,7 +37,7 @@ for example turning off `tabstospaces` only for Go files when they are opened. --- There are a number of functions and variables that are available to you in -oder to access the inner workings of micro. Here is a list (the type signatures +order to access the inner workings of micro. Here is a list (the type signatures for functions are given using Go's type system): * `OS`: variable which gives the OS micro is currently running on (this is the same diff --git a/runtime/help/tutorial.md b/runtime/help/tutorial.md index 93e90f5c..825be842 100644 --- a/runtime/help/tutorial.md +++ b/runtime/help/tutorial.md @@ -1,7 +1,7 @@ # Tutorial -This is a brief intro to micro's configuration system that will will give some -simple examples showing how to configure settings, rebind keys, +This is a brief intro to micro's configuration system that will give some +simple examples showing how to configure settings, rebind keys, and use `init.lua` to configure micro to your liking. Hopefully you'll find this useful.