OnTriggerEvent doesn't work

Hi,
I’m following the Unity Tutorial:
link:

Two errors: The method is ‘OnTriggerEnter’ (notice the capital O), and the parameter is of type ‘Collider’ (Collision is for OnCollisionEnter). It should look like this:

void OnTriggerEnter(Collider col)