Skip to content

Commit cc8ec3a

Browse files
authored
fix: correct minor typos in locale-data.md (#135)
1 parent 610f5af commit cc8ec3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugin/locale-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: locale-data
33
title: LocaleData
44
---
55

6-
LocaleData extends `dayjs().localeData` API to supply locale data.
6+
LocaleData extends the `dayjs().localeData` API to supply locale data.
77

88
```javascript
99
var localeData = require("dayjs/plugin/localeData");
@@ -53,7 +53,7 @@ instanceLocaleData.meridiem();
5353
instanceLocaleData.ordinal();
5454
```
5555

56-
Note: when you want use `longDateFormat('L')`, remember extend `localizedFormat`
56+
Note: when you want to use `longDateFormat('L')`, remember to extend `localizedFormat`:
5757

5858
```js
5959
import localizedFormat from "dayjs/plugin/localizedFormat";

0 commit comments

Comments
 (0)