Skip to content

Commit f2a5810

Browse files
committed
typo fix
1 parent 6ed55c3 commit f2a5810

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Welcome Contributor
22
=
33

4-
Thank your very much for your time examining and potentially modifying the source code. I truly believe it is what makes this community so great. This plugin wouldn't have gained the notoriety it has, had I not opened up the original source and been quiet unhappy with it.
4+
Thank your very much for your time examining and potentially modifying the source code. I truly believe it is what makes this community so great. This plugin wouldn't have gained the notoriety it has, had I not opened up the original source and been quite unhappy with it.
55

66

77
Requirements & Best Practices
@@ -13,4 +13,4 @@ Just a few guidelines before submitting issues and pull requests:
1313
- Always strive to write code that meets [best practices](http://taitems.github.com/Front-End-Development-Guidelines/)
1414
- If you're attempting to solve a very unique bug, a test case is preferred
1515

16-
And thanks once again!
16+
And thanks once again!

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,9 @@ <h2>
429429

430430
<script src="js/jquery.min.js"></script>
431431
<script src="js/jquery.fn.gantt.js"></script>
432-
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"></script>
432+
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
433433
<script src="http://taitems.github.com/UX-Lab/core/js/prettify.js"></script>
434-
<script>
435-
434+
<script>
436435
$(function() {
437436

438437
"use strict";
@@ -546,7 +545,7 @@ <h2>
546545
prettyPrint();
547546

548547
});
548+
</script>
549549

550-
</script>
551550
</body>
552551
</html>

0 commit comments

Comments
 (0)