Skip to content

Commit

Permalink
Fix typo in custom-plugins.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shell1010 authored Nov 15, 2024
1 parent f861a4f commit b8735a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/installing/custom-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This folder won't exist yet, so you'll have to first create it. Navigate to the

Inside the `userplugins` folder, you can now add your plugin.

Your plugin should be either a simple `myCoolPlugin.ts` or `myCoolPlugin.tsx` file, or a folder containing an `index.ts` or `index.ts` file.
Your plugin should be either a simple `myCoolPlugin.ts` or `myCoolPlugin.tsx` file, or a folder containing an `index.ts` or `index.tsx` file.

Place it inside the previously created userplugins folder.

Expand Down

0 comments on commit b8735a8

Please sign in to comment.