⚠️ 静かなるクラッシュ(Bindingミス)

MainWindow.xaml
<TextBlock
  Text="{Binding Message}"
  FontSize="24" />
Preview Window
HalloWorld
BindingExpression path error: 'Mesage' property not found on 'object' ''MainViewModel''.
Bindingの部分をクリックして、タイプミスを再現してみよう