Skip to content

Commit 111462d

Browse files
authored
fix: change term "Réusabilité" for "Réutilisabilité" (#209)
1 parent f07098c commit 111462d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/partials/toc.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<li><h3>Transitions & animation</h3></li>
1313
<% } %>
1414
<% if (fileName === 'mixins') { %>
15-
<li><h3>Réusabilité & composition</h3></li>
15+
<li><h3>Réutilisabilité & composition</h3></li>
1616
<% } %>
1717
<% if (fileName === 'single-file-components') { %>
1818
<li><h3>Outils</h3></li>

0 commit comments

Comments
 (0)