Browse Source

Fix warning syntax in custom-assets.md

Missing space added
Vaclav Elias 10 months ago
parent
commit
fcda7cd46c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      en/manual/scripts/custom-assets.md

+ 1 - 1
en/manual/scripts/custom-assets.md

@@ -23,7 +23,7 @@ Here's how it looks like in a default game project:
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>
 ```
 ```
->[!Warning]
+> [!Warning]
 > Make sure that the version specified for `Stride.Core.Assets` matches the other package's versions.
 > Make sure that the version specified for `Stride.Core.Assets` matches the other package's versions.
 
 
 Inside the same project, create a new csharp file and replace its content with the following:
 Inside the same project, create a new csharp file and replace its content with the following: