Skip to content

Commit

Permalink
docs(root): ✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Mar 4, 2020
1 parent 145ce2c commit 084d84c
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 @@ -64,7 +64,7 @@ It helps reduce the delay between your pages, minimize browser HTTP requests and
- [Sync mode](https://barba.js.org/docs/userguide/syntax/#Sync-mode) will start `leave` and `enter` transitions concurrently

## How it works?
BarbaJS make your site work like a *Single Page Application* (SPA), allowing you to create smooth transitions **without having to reload the whole site**, reducing load delay, browser requests and enhancing user's web experience. Here is a small lifecycle diagram that describe **Barba's main concept** when navigating between two pages.
BarbaJS makes your site work like a *Single Page Application* (SPA), allowing you to create smooth transitions **without having to reload the whole site**, reducing load delay, browser requests and enhancing user's web experience. Here is a small lifecycle diagram that describe **Barba's main concept** when navigating between two pages.

[![Barba lifecycle diagram](lifecycle-diagram.png "Barba lifecycle diagram")](lifecycle-diagram.png?raw=true)

Expand Down

0 comments on commit 084d84c

Please sign in to comment.