Update choose-web-ui.md (#29630)

Fixes #29626
Corrected typo on line 72,
pull/29625/head
Wade Pickett 2023-06-23 10:44:05 -07:00 committed by GitHub
parent 6dbb1216ed
commit 26e58047c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Examples of client rendered web UI:
Drawbacks:
* Code for the logic has to be downloaded and executed on the client, adding to the initial load time.
* Client requirements may exclude user's who have low-end devices, older browser versions, or low-bandwidth connections.
* Client requirements may exclude users who have low-end devices, older browser versions, or low-bandwidth connections.
## Choose a server rendered ASP.NET Core UI solution