Skip to content

Commit

Permalink
Fix typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim-Siddique authored Jan 15, 2025
1 parent b8735a8 commit 64912cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/plugins/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ For the authors property, how you do this will depend on whether you're making a
<Tabs syncKey="plugins-type">
<TabItem label="Plugin">
If this is your first time contributing, you will first have to add yourself to the `Devs` object.
It should already be imported, so just jump to its definition and add yourself to the obejct.
It should already be imported, so just jump to its definition and add yourself to the object.
Now, set authors to the new property!
```ts ins="Devs.YourName"
export default definePlugin({
Expand Down Expand Up @@ -154,4 +154,4 @@ If this doesn't work for you, follow the [editor setup guide](/installing/editor
to set up linting.
:::
This is all of the boilerplate needed for a Vencord plugin. You can now start making your plugin!
This is all of the boilerplate needed for a Vencord plugin. You can now start making your plugin!

0 comments on commit 64912cb

Please sign in to comment.