You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: src/content/wiki/plugins.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ You can use the provided [template](https://github.com/LuaLS/sample-plugin) to g
23
23
24
24
1. Add [`--develop=true`](/wiki/usage#--develop) to [`misc.parameters`](/wiki/settings#miscparameters).
25
25
- 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.
27
27
3. Specify the path to the plugin via the [`runtime.plugin`](/wiki/settings#plugin) setting.
28
28
29
29
For info on how to debug the plugin, see [Developing](/wiki/developing#debugging).
0 commit comments