diff --git a/runtime-workshop/exercises/dotNETWPF/Exercise 1 Map and Scene.md b/runtime-workshop/exercises/dotNETWPF/Exercise 1 Map and Scene.md index 318b435..2ad7c3a 100644 --- a/runtime-workshop/exercises/dotNETWPF/Exercise 1 Map and Scene.md +++ b/runtime-workshop/exercises/dotNETWPF/Exercise 1 Map and Scene.md @@ -109,7 +109,7 @@ ArcGIS Runtime also supports 3D visualization. Everyone loves 3D! To conclude th private bool threeD = false; ``` -11. In MainWindow.xaml we need to add a click event to the button to toggle to a 3D view. Visual Studio will create the for you when start typeing the Click= and you can tab to have the event handler created automatically. +11. In MainWindow.xaml we need to add a click event to the button to toggle to a 3D view. Visual Studio will create the for you when start typing the Click= and you can tab to have the event handler created automatically. ```