Ver Fonte

Fix warning syntax in custom-assets.md

Missing space added
Vaclav Elias há 10 meses atrás
pai
commit
fcda7cd46c
1 ficheiros alterados com 1 adições e 1 exclusões
  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>
 </Project>
 ```
->[!Warning]
+> [!Warning]
 > 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: