Skip to content

Commit 10a7ba8

Browse files
authored
Fixing a typo
1 parent 364c6b0 commit 10a7ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// loads the Bootstrap jQuery plugins
22
import 'bootstrap-sass/assets/javascripts/bootstrap/transition.js';
3-
import 'bootstrap-sass/assets/javascripts/bootstrap/alerts.js';
3+
import 'bootstrap-sass/assets/javascripts/bootstrap/alert.js';
44
import 'bootstrap-sass/assets/javascripts/bootstrap/collapse.js';
55
import 'bootstrap-sass/assets/javascripts/bootstrap/dropdown.js';
66
import 'bootstrap-sass/assets/javascripts/bootstrap/modal.js';

0 commit comments

Comments
 (0)