Skip to content

Commit 0717dee

Browse files
Fabio ParisiFabio Parisi
authored andcommitted
Capitalize first letter of words
1 parent 59d15df commit 0717dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</div>
9494

9595
<script>
96-
const textes = ["2", "two", "too", "twice", "tout"];
96+
const textes = ["Twice", "²", "2", "Two", "Too", "Tout"];
9797
let currentIndex = 0;
9898

9999
const flipContainer = document.getElementById('flip-container');

0 commit comments

Comments
 (0)