We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 559e3f9 + 5db64aa commit 2ea4847Copy full SHA for 2ea4847
README.md
@@ -33,7 +33,7 @@ This package helps you to have Laravel translation functionality in your client
33
```js
34
window.Vue = require('vue');
35
// If you want to add to window object
36
-window.tranlate=require('./VueTranslation/Translation').default.translate;
+window.translate=require('./VueTranslation/Translation').default.translate;
37
38
// If you want to use it in your vue components
39
Vue.prototype.translate=require('./VueTranslation/Translation').default.translate;
0 commit comments