Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 5d90f72

Browse files
committed
fixed typo in readme
1 parent b42a7e5 commit 5d90f72

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
@@ -32,7 +32,7 @@ How to use ?
3232
4. To remove all added CSS files when the page change (in a single page application), configure the `cssInjectorProvider`:
3333
```javascript
3434
myApp.config(function(cssInjectorProvider){
35-
cssInjecotrProvider.setSinglePageMode(true);
35+
cssInjectorProvider.setSinglePageMode(true);
3636
});
3737
```
3838

0 commit comments

Comments
 (0)