Skip to content

Commit 3b065ce

Browse files
chore: fix "create" typo (#107)
* chore: fix "create" typo The sentence is still a bit odd. But whatever. * edit word choice Makes the sentence a little cleaner --------- Co-authored-by: carsakiller <carsakiller@gmail.com>
1 parent c772188 commit 3b065ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/wiki/plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use the provided [template](https://github.com/LuaLS/sample-plugin) to g
2323

2424
1. Add [`--develop=true`](/wiki/usage#--develop) to [`misc.parameters`](/wiki/settings#miscparameters).
2525
- This allows the plugin to write to [`LOGPATH/diffed.lua`](/wiki/faq#where-can-i-find-the-log-file).
26-
2. Create a Lua file where you will crate the plugin. This could be in an [addon](/wiki/addons), your workspace, or some random directory on your machine.
26+
2. Create a Lua file where you will author the plugin. This could be in an [addon](/wiki/addons), your workspace, or some random directory on your machine.
2727
3. Specify the path to the plugin via the [`runtime.plugin`](/wiki/settings#plugin) setting.
2828

2929
For info on how to debug the plugin, see [Developing](/wiki/developing#debugging).

0 commit comments

Comments
 (0)