diff --git a/documentation/docs/guides/Getting Started/What is Electrobun.md b/documentation/docs/guides/Getting Started/What is Electrobun.md index 9a02218..9dd1e38 100644 --- a/documentation/docs/guides/Getting Started/What is Electrobun.md +++ b/documentation/docs/guides/Getting Started/What is Electrobun.md @@ -4,21 +4,21 @@ title: What is Electrobun sidebar_label: 1. What is Electrobun --- -Electrobun aims to be a batteries included framework for building desktop apps with Typescript. +Electrobun aims to be a battery-included framework for building desktop apps with Typescript. ## Priorities -What makes electrobun different, aside from our approach to achitecture are our project goals: +What makes electrobun different, aside from our approach to architecture are our project goals: ### Batteries included -- Write typescript without waisting time on devops +- Write typescript without wasting time on devops - Everything needed to build, test, codesign, update ### Iteration speed - Building your app as fast as possible so you can iterate on features and fixes as fast as possible -- Enabling you to ship small, cost effective updates (as small as 14KB) so you can ship new features and fixes to your end users and get feedback as fast and often as possible +- Enabling you to ship small, cost-effective updates (as small as 14KB) so you can ship new features and fixes to your end users and get feedback as fast and often as possible ### Affordable to maintain @@ -35,5 +35,5 @@ What makes electrobun different, aside from our approach to achitecture are our - Bun and Zig under the hood - The main process and browser processes are isolated from each other -- Opt-in to enable fast, typed, and easy to extend RPC between main and browser processes +- Opt-in to enable fast, typed, and easy-to-extend RPC between main and browser processes - A custom webview tag implementation for OOPIFs so you can build a web browser