Skip to content

Commit

Permalink
docs: fix typos (vexip-ui#425)
Browse files Browse the repository at this point in the history
* Update README.md

* Update CONTRIBUTING.md

* Update vexip-ui.md

* Update style-config.md
  • Loading branch information
VaibhavWakde52 authored Nov 1, 2023
1 parent cf0d700 commit e789b03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pnpm run build:common

We use a Vite project in `dev-server` a development server.

You can use the following command to start development server for specify component:
You can use the following command to start development server for specific component:

```sh
pnpm run serve [component]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Almost all **default property values** of each component can be easily customize

Meanwhile, the component code pays great attention to reducing the threshold of **source code reading**, and the code layout is as close as possible to the habits of daily business code, avoiding fancy and showy code.

Currently, there are **70+** components, some of which may be familiar to you, and even better, while others may bright your eyes.
Currently, there are **70+** components, some of which may be familiar to you, and even better, while others may brighten your eyes.

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/en-US/guide/style-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The regular names of preset variables in components mostly follow rule `--[prefi
- `s-color` is a variable for the shadow color
- `state` optional, is a variable for a component or feature in a specific state

There are also some variables that use on layout, which are inconsistent with this rule. Some of the remaining variables will also difference from this rule due to semantics.
There are also some variables that are used on layout, which are inconsistent with this rule. Some of the remaining variables will also difference from this rule due to semantics.

You can change these css variables by any way you like.

Expand Down
4 changes: 2 additions & 2 deletions docs/en-US/guide/vexip-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Almost all the **default value of props** for each component can be quickly modi

And, the writing of component codes pay great attention to lowering the threshold of **source codes reading**, and the style of code is as close to the usual business code habits as possible to avoid dazzling encapsulation.

There are currently **70+** components, many you see everywhere are here and are better, and a few may bright your eyes.
There are currently **70+** components, many you see everywhere are here and are better, and a few may brighten your eyes.

## Features

Expand All @@ -27,7 +27,7 @@ There are currently **70+** components, many you see everywhere are here and are

## Environment

All components supported in modern browsers, support of neerly two or three versions.
All components supported in modern browsers, support of nearly two or three versions.

| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24" height="24" />](http://godban.github.io/browsers-support-badges/)<br/>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24" height="24" />](http://godban.github.io/browsers-support-badges/)<br/>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24" height="24" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24" height="24" />](http://godban.github.io/browsers-support-badges/)<br/>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari-ios/safari-ios_48x48.png" alt="iOS Safari" width="24" height="24" />](http://godban.github.io/browsers-support-badges/)<br/>iOS Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24" height="24" />](http://godban.github.io/browsers-support-badges/)<br/>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24" height="24" />](http://godban.github.io/browsers-support-badges/)<br/>Electron |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit e789b03

Please sign in to comment.