Skip to content

Commit bb01196

Browse files
authored
Merge pull request sudheerj#28 from IgorSobol/IgorSobol-fixed-a-small-mistake-in-the-text
Little mistake in the word
2 parents b0c1d79 + feece86 commit bb01196

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
@@ -922,7 +922,7 @@ List of 300 VueJS Interview Questions
922922
template: '<h2>{{ title }}</h2>'
923923
})
924924
```
925-
Once the props are registered, you can pass them as custom atrtributes.
925+
Once the props are registered, you can pass them as custom attributes.
926926
```vue
927927
<todo-item title="Learn Vue conceptsnfirst"></todo-item>
928928
```

0 commit comments

Comments
 (0)