What is a typed command — CCA-F Exam Prep

A developer meant to delete a trash folder. He deleted everything.
He meant to type: rm -rf /home/user/trash. He typed: rm -rf / home/user/trash. One extra space. The computer saw two targets: '/' (the entire filesystem) and 'home/user/trash'. It deleted the entire filesystem first.