Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
fix: README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Matb85 committed Jan 28, 2021
1 parent e9eb577 commit 8f043cb
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 @@ -82,7 +82,7 @@ module.exports = {

### Processors

CSS Terser relies on processors. Processors a basically functions that follow the sheme below:
CSS Terser relies on processors. Processors are just functions that follow the scheme below:

```ts
function(file: string, classLibrary: LibraryInstance, idLibrary: LibraryInstance): string {
Expand Down Expand Up @@ -112,7 +112,7 @@ Still not sure? Jump into the (project's src folder)[https://github.com/Matb85/c

#### Creating processors

Of course you don't have to rely on the built-in processors. Just create a funtion like the one above and put it in the config.
Of course, you don't have to rely on the built-in processors. Just create a function like the one above and put it in the config.

#### Available processors

Expand All @@ -128,7 +128,7 @@ Of course you don't have to rely on the built-in processors. Just create a funti

Sure, if you think you can improve this project, go ahead! But, just three little things:

- use [typescript][1]
- use [Typescript][1]
- follow ESlint's suggestions
- follow [Conventional Commit's specification][2]

Expand Down

0 comments on commit 8f043cb

Please sign in to comment.