From b1521f8a63982990e9cccce330b04c12bc9faddd Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:43:14 -0300 Subject: [PATCH] Update docs/content/developer/getting-started/create-a-package.mdx Co-authored-by: DaughterOfMars --- docs/content/developer/getting-started/create-a-package.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/developer/getting-started/create-a-package.mdx b/docs/content/developer/getting-started/create-a-package.mdx index 391a4380b37..4ed31a41b6d 100644 --- a/docs/content/developer/getting-started/create-a-package.mdx +++ b/docs/content/developer/getting-started/create-a-package.mdx @@ -28,7 +28,7 @@ The `Move.toml` file is the package's manifest. It describes the package and its In `.toml` files, use the hash mark (`#`) to denote a comment. ::: -```move title="my_first_package/Move.toml" +```toml title="my_first_package/Move.toml" [package] name = "my_first_package"