Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Oct 24, 2023
1 parent 9ce0b0f commit 299244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ new Vue({
render: (h) => h(App)
}).$mount('#app');

// The following line is a hot patch to add regex support, theyre are better
// The following line is a hot patch to add regex support, there are better
// places to edit Prism variables, but could not locate them. Namely this is
// the Prism library variables, and not the Prism component variables
//@ts-ignore
Expand Down

0 comments on commit 299244e

Please sign in to comment.