Documentation->loadSound

Hi,

A little tiny error in the documentation ->loadSound:

mySound.load(“beat.mp3”);

you can also supply folder paths:

mySound.load(“sounds/beat.mp3”);

should be : mysound.loadSound :slight_smile:

Thanks Martial for spotting that!
Updated it.

Theo