Why isnt my OnColliderEnter check working?

This is the script which im trying to see of the player is colliding

	`void OnCollisonEnter2D ()
	{
			Debug.Log ("collison");								
			
	}`

i dont understand why its not working?

You’re missing an “i” in OnCollisionEnter2D() :wink: