From 4293993ea736d24e7703abadb160c21649400e6f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 20:56:46 -0500 Subject: [PATCH] spelling: consumed --- src/Calculator/DesignData/DesignStandardCalculatorViewModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calculator/DesignData/DesignStandardCalculatorViewModel.h b/src/Calculator/DesignData/DesignStandardCalculatorViewModel.h index 916ff1b3..ffeac25c 100644 --- a/src/Calculator/DesignData/DesignStandardCalculatorViewModel.h +++ b/src/Calculator/DesignData/DesignStandardCalculatorViewModel.h @@ -22,7 +22,7 @@ namespace Numbers OBSERVABLE_PROPERTY_RW(Platform::String^, SlotValue); }; - // This class is to be consumbed exclusively by Blend and the VS designer + // This class is to be consumed exclusively by Blend and the VS designer // with this class Blend will be able to populate the controls, the CalculationResults control for example, // with the hardcoded strings so whoever is working on the UI can actually see how the app would look like // with semi-realistic data.