From 8f82a82eed6074235b2562b356e346d263faa6bc Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 16 Oct 2023 14:37:21 +0200 Subject: [PATCH] Update step-3-automatic-data-type-detection-96bb6e0.md FirstName does not have the property NULLABLE --- .../step-3-automatic-data-type-detection-96bb6e0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03_Get-Started/step-3-automatic-data-type-detection-96bb6e0.md b/docs/03_Get-Started/step-3-automatic-data-type-detection-96bb6e0.md index dccd1ed9..c56bd5f7 100644 --- a/docs/03_Get-Started/step-3-automatic-data-type-detection-96bb6e0.md +++ b/docs/03_Get-Started/step-3-automatic-data-type-detection-96bb6e0.md @@ -93,7 +93,7 @@ We now run the app using the `index.html` file and enter values that don't match ``` -To make the *First Name* optional, we remove the parameter `Nullable="false"` from the `FirstName` property. You can play around with the settings for the other properties, for example, change the type of property `Age` to `Type="Edm.String"` to allow free text. +To make the *UserName* optional, we remove the parameter `Nullable="false"` from the `UserName` property. You can play around with the settings for the other properties, for example, change the type of property `Age` to `Type="Edm.String"` to allow free text.