Skip to content

Commit f6d72ce

Browse files
rahulpratikRahul Pratik
andauthored
docs: fix documentation (#3044)
* fix typo * removed extra space * fix grammar --------- Co-authored-by: Rahul Pratik <rahul.pratik@aexp.com>
1 parent dcae6d7 commit f6d72ce

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Day.js
22

3-
Thank you for taking the time to read our contribution guidelines. You can start contributing in many ways like filing bug reports, [improving the locale && documentation](https://github.com/iamkun/dayjs/issues/171), or helping others.
3+
Thank you for taking the time to read our contribution guidelines. You can start contributing in many ways like filing bug reports, [improving the locale and documentation](https://github.com/iamkun/dayjs/issues/171), or helping others.
44

55
Our open source community strives to be nice, welcoming and professional. Instances of abusive, harassing, or otherwise unacceptable behavior will not be tolerated.
66

@@ -20,5 +20,5 @@ Our open source community strives to be nice, welcoming and professional. Instan
2020
## Tests
2121

2222
* Feel free to create a new `test/*.test.js` file if none of the existing test files suits your test case.
23-
* Help us keeping 100% test coverage :D.
23+
* Help us keep 100% test coverage :D.
2424
* You can use `npm run test` before submitting a pull request.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dayjs().isBefore(dayjs()) // query
7373

7474
Day.js has great support for internationalization.
7575

76-
But none of them will be included in your build unless you use it.
76+
But none of them will be included in your build unless you use them.
7777

7878
```javascript
7979
import 'dayjs/locale/es' // load on demand

docs/en/I18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Note
22

3-
The documents are moved to [https://day.js.org](https://day.js.org).
3+
The documents are moved to [https://day.js.org](https://day.js.org).

docs/en/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Note
22

3-
The documents are moved to [https://day.js.org](https://day.js.org).
3+
The documents are moved to [https://day.js.org](https://day.js.org).

docs/en/Plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Note
22

3-
The documents are moved to [https://day.js.org](https://day.js.org).
3+
The documents are moved to [https://day.js.org](https://day.js.org).

docs/fr/README-fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dayjs().isBefore(dayjs()) // query
7373

7474
Day.js offre une excellente prise en charge de l'internationalisation.
7575

76-
Mais aucun d'entre eu ne sera inclus dans votre construction si vous ne l'utilisez pas.
76+
Mais aucun d'entre eux ne sera inclus dans votre construction si vous ne l'utilisez pas.
7777

7878
```javascript
7979
import 'dayjs/locale/es' // load on demand
@@ -87,7 +87,7 @@ dayjs('2018-05-05').locale('zh-cn').format() // use Chinese Simplified locale in
8787

8888
### Plugin
8989

90-
Un plugin est un module indépendant qui peut être ajouté à Day.js pour en étendre les fonctionnalités ou en ajouter de nuovelles.
90+
Un plugin est un module indépendant qui peut être ajouté à Day.js pour en étendre les fonctionnalités ou en ajouter de nouvelles.
9191

9292
```javascript
9393
import advancedFormat from 'dayjs/plugin/advancedFormat' // load on demand

docs/he/README-he.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dayjs('2018-05-05').locale('zh-cn').format() // הגדרה לשימוש בסינ
102102

103103
### תוסף
104104

105-
תוסף הוא מודל בלתי-תלוי הניתן להוספה ל-Day.js להרחבה או להוספה של פונקציות.
105+
תוסף הוא מודול בלתי-תלוי הניתן להוספה ל-Day.js להרחבה או להוספה של פונקציות.
106106

107107

108108
<div dir="ltr">

docs/tr/README-tr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dayjs()
3737
- 💪 Değişmez
3838
- 🔥 Zincirlenebilir
3939
- 🌐 I18n destekler
40-
- 📦 2kB boyutunda küçük bir kütaphane
40+
- 📦 2kB boyutunda küçük bir kütüphane
4141
- 👫 Bütün tarayıcılarda desteklenir
4242

4343
---

0 commit comments

Comments
 (0)