Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored May 8, 2024
1 parent 7881626 commit ab98d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vue.prototype.$http = Axios

const someUnusedProperty = new Vue({
data: {
myTestProperty: 2020t
myTestProperty: 2020
},
created: () => {
console.log('myTestProperty is: ' + this.myTestProperty);
Expand Down

0 comments on commit ab98d74

Please sign in to comment.