Skip to content

Commit 958afa4

Browse files
committed
chore: fix incorrect aside identifier
1 parent abf6277 commit 958afa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ How to set up a build system is outside the scope of this page, but you can look
5757
system's documentation ([Gradle](https://docs.gradle.org/current/userguide/userguide.html) or
5858
[Maven](https://maven.apache.org/guides/getting-started/index.html)) for assistance.
5959

60-
:::info[velocity-plugin.json]
60+
:::note[velocity-plugin.json]
6161

6262
Before you set up your build system, you should think about whether you want your `velocity-plugin.json`
6363
to be generated automatically using a `@Plugin` annotation in your source code or if you want to write it

0 commit comments

Comments
 (0)