Skip to content

Commit

Permalink
corrected typo on building-apps-with-gatsby.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienBelmon committed Feb 5, 2018
1 parent 928914e commit ef60e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/building-apps-with-gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Building apps with Gatsby"

Gatsby is an excellent framework for building web apps. You can use Gatsby to create personalized, logged-in experiences with two different methods.

The first approach to to build "hybrid" app pages which are statically rendered with dynamic sections. The second is, if needed, add client-only multi-page sections of the site.
The first approach is to build "hybrid" app pages which are statically rendered with dynamic sections. The second is, if needed, add client-only multi-page sections of the site.

## Hybrid app pages

Expand Down

0 comments on commit ef60e27

Please sign in to comment.