Skip to content

Commit d182ab4

Browse files
authored
docs: fix $t in example (#89)
1 parent 6a70d4d commit d182ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-raw-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default {
4444
```js
4545
export default {
4646
// ✓ GOOD
47-
template: `<p>{{ $('hello') }}</p>`
47+
template: `<p>{{ $t('hello') }}</p>`
4848
// ...
4949
}
5050
```

0 commit comments

Comments
 (0)