We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610f5af commit cc8ec3aCopy full SHA for cc8ec3a
docs/plugin/locale-data.md
@@ -3,7 +3,7 @@ id: locale-data
3
title: LocaleData
4
---
5
6
-LocaleData extends `dayjs().localeData` API to supply locale data.
+LocaleData extends the `dayjs().localeData` API to supply locale data.
7
8
```javascript
9
var localeData = require("dayjs/plugin/localeData");
@@ -53,7 +53,7 @@ instanceLocaleData.meridiem();
53
instanceLocaleData.ordinal();
54
```
55
56
-Note: when you want use `longDateFormat('L')`, remember extend `localizedFormat`
+Note: when you want to use `longDateFormat('L')`, remember to extend `localizedFormat`:
57
58
```js
59
import localizedFormat from "dayjs/plugin/localizedFormat";
0 commit comments