Skip to content

Commit da36243

Browse files
authored
Merge pull request vuejs#242 from DmitriiMers/Dynamic-State-Transitions
перевел слово milliseconds
2 parents ab303c2 + d3375c4 commit da36243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/transitioning-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ new Vue({
278278
max="90"
279279
v-model.number="minRadius"
280280
>
281-
<label>Интервал обновления: {{ updateInterval }} milliseconds</label>
281+
<label>Интервал обновления: {{ updateInterval }} миллисекунд</label>
282282
<input
283283
class="demo-range-input"
284284
type="range"

0 commit comments

Comments
 (0)