Skip to content

Commit

Permalink
docs(prefetch): ✏️ fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed May 10, 2019
1 parent 3997e85 commit 905b9f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/user/prefetch.md
Expand Up @@ -23,8 +23,9 @@ Example:
import barba from '@barba/core';
import barbaPrefetch from '@barba/prefetch';

// tells barba to use the prefetch module
// tell Barba to use the prefetch module
barba.use(barbaPrefetch);

// init Barba
barba.init();
```

0 comments on commit 905b9f8

Please sign in to comment.