Skip to content

Commit 8149a8b

Browse files
iTris666GitHub Enterprise
authored andcommitted
fixed spelling (#142)
1 parent 145a398 commit 8149a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.visualeffectgraph/Editor/Utils/VFXResources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static void LoadUserResourcesIfNeeded()
4444
void OnEnable()
4545
{
4646
if (AssetDatabase.FindAssets("t:VFXResources").Length > 1)
47-
Debug.LogError("Having more than on VFXResources in you project is unsupported");
47+
Debug.LogError("Having more than one VFXResources in your project is unsupported");
4848
s_Instance = this;
4949
m_Searched = false;
5050
}

0 commit comments

Comments
 (0)