Skip to content

Commit 910e53a

Browse files
authored
fix: fix a typo in readme (#134)
1 parent e90765f commit 910e53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm i --save-dev @intlify/vue-i18n-extensions@next
2929

3030
### Server-side rendering for `v-t` custom directive
3131

32-
You can use tnrasform offered with this package, to support Server-side rendering for `v-t` custom directives.
32+
You can use transform offered with this package, to support Server-side rendering for `v-t` custom directives.
3333

3434
In order to use this feature, you need to specify to Vue compiler option.
3535
The following example that use `compile` of `@vue/compiler-ssr`:

0 commit comments

Comments
 (0)