diff --git a/docs/get-started/test-drive/code-with-controls.md b/docs/get-started/test-drive/code-with-controls.md index 5484a970d..3e9e5b90f 100644 --- a/docs/get-started/test-drive/code-with-controls.md +++ b/docs/get-started/test-drive/code-with-controls.md @@ -87,7 +87,7 @@ You can check your work using the following conversion table: - You have now used an event handler to get and set control properties at runtime. You could now try some of these exercises: - Stop showing the gridlines (easy). -- Stop the user changing the text in the Fahrenheit input by setting the `ReadOnly` attribute (easy). +- Stop the user changing the text in the Fahrenheit input by setting the `IsReadOnly` attribute (easy). - Calculate the conversion as the user types into the Celsius input (moderate). :::info