Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix docs typos #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions documentation/docs/guides/Getting Started/What is Electrobun.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this change, and (wasting -> wasiting which was already fixed in another PR), but disagree with the other changes


### 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

Expand All @@ -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