Skip to content

Commit

Permalink
fix: change equivalent of JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
the-pesar committed Dec 2, 2023
1 parent 77b5db2 commit 5ae0379
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ export default defineConfigWithTheme<ThemeConfig>({
lang: 'fa',
dir: 'rtl',
title: 'Vue.js',
description: 'Vue.js - فریمورک پیش‌رونده جاوااسکریپت',
description: 'Vue.js - فریمورک پیش‌رونده جاوا اسکریپت',
srcDir: 'src',
srcExclude: ['tutorial/**/description.md'],

Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ onMounted(async () => {
<h1 class="tagline">
فریمورک
<span class="accent">پیش‌رونده</span>
<br />جاوااسکریپت
<br />جاوا اسکریپت
</h1>
<p class="description">
یک فریمورک <strong>آسان، بهینه و انعطاف‌پذیر</strong> که برای ساخت
Expand Down
1 change: 1 addition & 0 deletions GLOSSARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
| teleport | تله‌پورت |
| community | کامیونیتی |
| ecosystem | اکوسیستم |
| JavaScript | جاوا اسکریپت |
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page: true
title: Vue.js - فریمورک پیش‌رونده جاوااسکریپت
title: Vue.js - فریمورک پیش‌رونده جاوا اسکریپت
---

<script setup>
Expand Down

0 comments on commit 5ae0379

Please sign in to comment.