Skip to content

Commit bcbba59

Browse files
committed
fix: constant replacement typo
1 parent c7f3d9f commit bcbba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/paper/dev/getting-started/plugin-yml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This will be shown in the plugin info commands.
9494
The version of the Paper API that your plugin is using. This doesn't include the minor version until 1.20.5. From 1.20.5 and onward, a minor version is supported.
9595
Servers with a version lower than the version specified here will refuse to load the plugin.
9696
The valid versions are 1.13 - {LATEST_PAPER_RELEASE}.
97-
- <code>api-version: '${LATEST_PAPER_RELEASE}'</code>
97+
- <code>api-version: '{LATEST_PAPER_RELEASE}'</code>
9898

9999
:::note
100100

0 commit comments

Comments
 (0)