Skip to content

Commit eb1698c

Browse files
committed
fix: correct grammatical errors in project description and README
1 parent 4d9d712 commit eb1698c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
English / [简体中文](./README.zh-CN.md)
1111

12-
An mobile web apps template based on the React ecosystem.
12+
A mobile web app template based on the React ecosystem.
1313

1414
<p>
1515
<img src="https://img.shields.io/github/license/sankeyangshu/lemon-mobile-react" alt="license" />
@@ -40,8 +40,8 @@ You can directly start developing your business logic on this template! Hope you
4040

4141
## Other Templates
4242

43-
- [lemon-mobile-vue](https://github.com/sankeyangshu/lemon-mobile-vue) - A mobile web apps template based on the Vue 3 ecosystem
44-
- [lemon-mobile-uniapp](https://github.com/sankeyangshu/lemon-mobile-uniapp) - An mobile web apps template based on the UniApp ecosystem
43+
- [lemon-mobile-vue](https://github.com/sankeyangshu/lemon-mobile-vue) - A mobile web app template based on the Vue 3 ecosystem
44+
- [lemon-mobile-uniapp](https://github.com/sankeyangshu/lemon-mobile-uniapp) - A mobile web app template based on the UniApp ecosystem
4545

4646
## Features
4747

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.1.0",
55
"private": true,
66
"packageManager": "pnpm@10.26.0",
7-
"description": "An mobile web apps template based on the React ecosystem",
7+
"description": "A mobile web app template based on the React ecosystem",
88
"author": {
99
"name": "sankeyangshu",
1010
"email": "sankeyangshu@gmail.com",

src/locales/modules/en-us.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const local: App.I18n.I18nScheme = {
5252
notFound: '404 Page Demo',
5353
},
5454
home: {
55-
info: 'Mobile Web Application Template based on React Ecosystem',
55+
info: 'Mobile Web App Template based on the React ecosystem',
5656
react: 'React19 + Vite7',
5757
typescript: 'TypeScript',
5858
reactUI: 'daisyUI component library',

0 commit comments

Comments
 (0)