Skip to content

Commit 2feccc6

Browse files
authored
Update README.md
1 parent e87c7ab commit 2feccc6

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
@@ -46,7 +46,7 @@ Mustache view use double mustache for variables (message in the example), so the
4646
The `vue` variable generates the javascript code for the view instance creation. The triple mustache `{{{vue}}}`is use for javascript/html code unescaping.
4747

4848
#### With @AutoWired annotation
49-
This technique has the advantage of providing a globale instance of view JS for all the actions of a controller:
49+
This technique has the advantage of providing a globale instance of VueJS for all the actions of a controller:
5050
```java
5151
@Controller
5252
@RequestMapping("/ui/")

0 commit comments

Comments
 (0)