ReferenceError: actualMintuesInOven is not defined

export function totalTimeInMinutes(numberOfLayers, actualMinutesInOven) {
let timeToPrepare = PREPARATION_MINUTES_PER_LAYER * numberOfLayers;
let totalTime = timeToPrepare + actualMinutesInOven;
return totalTime;
}
totalTimeInMinutes();

Also being discussed on Discord: Discord

So others don’t need to visit Discord if they don’t want to: was a simple typo ‘Mintues’ in one code line