From 64912cb43d6d9095abb6943ed9e0f101730d7220 Mon Sep 17 00:00:00 2001 From: Ibrahim Siddique <139663719+Ibrahim-Siddique@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:37:38 -0500 Subject: [PATCH] Fix typo (#16) --- src/content/docs/plugins/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/plugins/index.mdx b/src/content/docs/plugins/index.mdx index efe22b3..633c90e 100644 --- a/src/content/docs/plugins/index.mdx +++ b/src/content/docs/plugins/index.mdx @@ -112,7 +112,7 @@ For the authors property, how you do this will depend on whether you're making a 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({ @@ -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! \ No newline at end of file +This is all of the boilerplate needed for a Vencord plugin. You can now start making your plugin!