Skip to content

Commit

Permalink
Update custom-directives.md
Browse files Browse the repository at this point in the history
correction of a typo in the text
  • Loading branch information
tagir404 authored Sep 26, 2024
1 parent 7fad7f7 commit 24d22d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/reusability/custom-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
```js
const app = createApp({})

// сделать v-focus пригодным для использования во всех компонентах
// сделать v-highlight пригодным для использования во всех компонентах
app.directive('highlight', {
/* ... */
})
Expand Down

0 comments on commit 24d22d1

Please sign in to comment.