Skip to content

Commit c87a4bf

Browse files
committed
Change words & order
1 parent 88c92ff commit c87a4bf

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
@@ -112,7 +112,7 @@
112112
</div>
113113

114114
<script>
115-
const textes = ["Twice", "²", "2", "Two", "Too", "Tout"];
115+
const textes = ["2", "Twice", "²", "Too", "2", "To", "Two"];
116116
let currentIndex = 0;
117117

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

0 commit comments

Comments
 (0)