Skip to content

Commit

Permalink
fix(docs): typos
Browse files Browse the repository at this point in the history
Co-authored-by: Miško Hevery <misko@hevery.com>
  • Loading branch information
svenheden and mhevery authored Dec 29, 2021
1 parent 3e1413f commit 8897271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The HTML-first framework

Qwik is designed for the fastest possible page load time, by deliving pure HTML with near 0 javascript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via [resumability](https://github.com/BuilderIO/qwik/blob/main/docs/RESUMABLE.md) of HTML and [ulra fine-grained lazy-loading](https://github.com/BuilderIO/qwik/blob/main/docs/LAZY_LOADING.md) of code.
Qwik is designed for the fastest possible page load time, by deliving pure HTML with near 0 javascript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via [resumability](https://github.com/BuilderIO/qwik/blob/main/docs/RESUMABLE.md) of HTML and [ultra fine-grained lazy-loading](https://github.com/BuilderIO/qwik/blob/main/docs/LAZY_LOADING.md) of code.

## Getting Started

Expand Down

0 comments on commit 8897271

Please sign in to comment.