There are a few issues with your code.
Firstly, the lifecycle event is
connectedCallback
not
connectedCallBack
and second, don't use regular quotes when you have line breaks.
use template literals instead. So the backticks (` `) instead of regular quotes (' ').