Skip to content

Commit a1c2b2e

Browse files
committed
Fix classname typo
1 parent eb13d62 commit a1c2b2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Zigurous.Architecture
77
/// </summary>
88
[AddComponentMenu("Zigurous/Utility/Cursor Visibility")]
99
[HelpURL("https://docs.zigurous.com/com.zigurous.architecture/api/Zigurous.Architecture/CursorVisibility")]
10-
public sealed class CursorVisbility : MonoBehaviour
10+
public sealed class CursorVisibility : MonoBehaviour
1111
{
1212
[SerializeField]
1313
[Tooltip("The visibility of the cursor when the script is enabled.")]
File renamed without changes.

0 commit comments

Comments
 (0)