chore: fix typos across the codebase (#402)

This commit is contained in:
a-kriya
2023-01-22 08:47:27 +05:30
committed by GitHub
parent 14db8da270
commit 6d9478f8f7
16 changed files with 66 additions and 66 deletions

View File

@ -24,7 +24,7 @@ Then create a new route for your project (for instance at `/admin`), and import
import CMS from '@staticcms/core';
```
The default export is a _CMS_ object, which has an `init` method that takes an object with a `config` attribute. The `config` attribute is an object representing the [configuration options](docs/configuration-options). You can use destructuring assigment syntax as shorthand:
The default export is a _CMS_ object, which has an `init` method that takes an object with a `config` attribute. The `config` attribute is an object representing the [configuration options](docs/configuration-options). You can use destructuring assignment syntax as shorthand:
```js
import CMS from '@staticcms/core';