Skip to content

Commit 1b90a0a

Browse files
committed
chore(paper): spelling :(
1 parent bb684e0 commit 1b90a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/paper/dev/getting-started/project-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This allows for a unique package name for every plugin.
142142

143143
The main class is the entry point to your plugin and will be the only class that extends
144144
[`JavaPlugin`](jd:paper:org.bukkit.plugin.java.JavaPlugin) in your plugin. It is considered
145-
good practise to **not** name this class `Main`. Instead, choose a more descriptive name,
145+
good practice to **not** name this class `Main`. Instead, choose a more descriptive name,
146146
like your plugin's name. If your plugin is called `Example`, your main class could be called
147147
`ExamplePlugin`. An example implementation of this class might look like this:
148148

0 commit comments

Comments
 (0)