Skip to content

Commit e07262d

Browse files
authored
Typo 😳
1 parent 1d1437b commit e07262d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Bad example: `{@link BotBlockAPI}`
5959
Good example: `{@link com.andre601.javabotblockapi.BotBlockAPI BotBlockAPI}`
6060

6161
We want to point out the alternative text used in the Good example, to display "BotBlockAPI" instead of the path.
62-
When linking to a method that is in a separate classm, set the alternative text to `Class.method(option(s))`.
62+
When linking to a method that is in a separate class, set the alternative text to `Class.method(option(s))`.
6363

6464
There is an exception for linking, when you link to a method in the same (inner) class.
6565
In those cases just link to it by using `{@link #methodName}`

0 commit comments

Comments
 (0)