You have a typo in your variable name, which is why your code isn’t passing.
Also, it’s good practice to be consistent with your quotation marks, so I’d generally always use double quotes when declaring strings. Either is fine, but consistency is key.