Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit 94cbcd4

Browse files
committed
Merge pull request #39 from suryagaddipati/patch-1
Fix grammer in README.
2 parents da40666 + 6663b2d commit 94cbcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Application Shell Architecture
22

3-
A modern web application architecture leveraging [Service Worker](http://www.html5rocks.com/en/tutorials/service-worker/introduction/) to offline cache your application 'shell' and populate the content using JS. This means you can pixels get on the screen without the network, even if the content eventually comes from the network - a great performance win. In browsers without SW, we gracefully degrade to server-side rendering (e.g iOS).
3+
A modern web application architecture leveraging [Service Worker](http://www.html5rocks.com/en/tutorials/service-worker/introduction/) to offline cache your application 'shell' and populate the content using JS. This means you can get pixels on the screen without the network, even if the content eventually comes from the network - a great performance win. In browsers without SW, we gracefully degrade to server-side rendering (e.g iOS).
44

55
## Goals
66

0 commit comments

Comments
 (0)