In LWC Super badge Challenge 2, we have to create a lightning message channel named BoatMessageChannel.
I tried creating it with the name boatMessageChannel coz the naming should be in the camel case.
But while verifying the channel I'm not able to complete the challenge though I have verified that the channel is properly deployed by including it into lwc.
After searching a while I found that I have to use BoatMessageChannel.messageChannel-meta.xml rather than boatMessageChannel.messageChannel-meta.xml. but while deploying this file I'm getting the following error: