Please fix the example at className generation

Hi.

In the expmple:
className={${isValid && 'ion-valid'} ${isValid === false && 'ion-invalid'} ${isTouched && 'ion-touched'}}

In case of isValid false or undefined there will be respective strings inside class property of the element. Not good.