Skip to content

Commit

Permalink
fix(typo): description (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Sep 11, 2024
1 parent 999b04c commit 9d0dd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/admin/SeoFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const onSubmit = handleSubmit(async (values) => {
/>
<InputText
class="w-full md:w-1/2"
placeholder="Big Space Career Site Decrition"
placeholder="Big Space Career Site Description"
v-model="description"
id="seo-description"
:error="errors['description']"
Expand Down

0 comments on commit 9d0dd0d

Please sign in to comment.