Skip to content

Commit 39567ee

Browse files
committed
fix wrong spelling
1 parent 1c1bbc5 commit 39567ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/problem/edit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<span class="text-extra-big">Edit proble #.{{this.$route.params.id}}</span>
3+
<span class="text-extra-big">Edit problem #.{{this.$route.params.id}}</span>
44
<el-input v-model="title" placeholder="input problem title here"></el-input>
55
<MarkdownEditor v-model="mdContent" />
66
<el-button type="primary" @click="submit();" :loading="buttonLoading">Submit</el-button>

src/components/problem/submit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<span class="text-extra-big">Submit proble #.{{this.$route.params.id}}</span>
3+
<span class="text-extra-big">Submit problem #.{{this.$route.params.id}}</span>
44
<el-select v-model="lang_num" placeholder="Select language">
55
<el-option
66
v-for="item in options"

0 commit comments

Comments
 (0)