Skip to content

Commit 0744f0e

Browse files
committed
fix docblock typo
1 parent 59800c7 commit 0744f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vue-numeric.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ export default {
109109
},
110110
111111
/**
112-
* Position of currency symbol
113-
* Symbol position props accept either 'sufix' or 'prefix' (default).
112+
* Position of currency symbol
113+
* Symbol position props accept either 'suffix' or 'prefix' (default).
114114
*/
115115
currencySymbolPosition: {
116116
default: 'prefix',

0 commit comments

Comments
 (0)