From 471b1a873d63422008a6a00f94cedc1dd740a87a Mon Sep 17 00:00:00 2001 From: Maria Alejandra Arias Frontanilla <102924128+ariasAleia@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:26:47 -0500 Subject: [PATCH] fix: fix typo in docs why-electron.md (#45437) --- docs/why-electron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/why-electron.md b/docs/why-electron.md index 4d64786601be..4da202ee84fd 100644 --- a/docs/why-electron.md +++ b/docs/why-electron.md @@ -22,7 +22,7 @@ If you want to focus on building a great product without figuring out how you ca ### Reliability -Web technologies are the most-used foundation for user interfaces on the planet. The have been hardened accordingly. Modern computers have been optimized from the CPU to the operating system to be good at running web technologies. The manufacturers of your user’s devices—be that an Android phone or the latest MacBook—will ensure that they can visit websites, play videos on YouTube, or display emails. In turn, they’ll also ensure that your app has a stable foundation, even if you have just one user. +Web technologies are the most-used foundation for user interfaces on the planet. They have been hardened accordingly. Modern computers have been optimized from the CPU to the operating system to be good at running web technologies. The manufacturers of your user’s devices—be that an Android phone or the latest MacBook—will ensure that they can visit websites, play videos on YouTube, or display emails. In turn, they’ll also ensure that your app has a stable foundation, even if you have just one user. If you want to focus on building a great product without debugging a weird quirk that nobody has found before, the web is a safe bet.