Skip to content

Commit

Permalink
docs: fix typos (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwarrington committed Mar 26, 2024
1 parent 6825af3 commit b5ba1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Concatenate multiple ESLint flat configs into one, resolve the promises, and fla

```ts
// eslint.config.mjs
import { conact } from 'eslint-flat-config-utils'
import { concat } from 'eslint-flat-config-utils'

export default conact(
export default concat(
{
plugins: {},
rules: {},
Expand Down Expand Up @@ -96,7 +96,7 @@ export default pipe(
}
)

// And you an directly return the pipeline object to `eslint.config.mjs`
// And you can directly return the pipeline object to `eslint.config.mjs`
```

## Sponsors
Expand Down

0 comments on commit b5ba1ed

Please sign in to comment.