Skip to content

Commit

Permalink
Fixed misspelled word
Browse files Browse the repository at this point in the history
  • Loading branch information
aoor9 committed Aug 17, 2023
1 parent aa3681e commit fe46dc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/mailer.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export class MailModule {}

### Control over css-inline in default adapters

It is possible to change `css-online` options or even disable it in default adapters.
It is possible to change `css-inline` options or even disable it in default adapters.
Just provide config object in constructor.

```typescript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"lint-staged": "^14.0.0",
"nodemailer": "^6.9.4",
"nodemailer-mock": "2.0.1",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"rxjs": "^7.8.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4735,9 +4735,9 @@ pkg-dir@^7.0.0:
find-up "^6.3.0"

prettier@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40"
integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==
version "3.0.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==

pretty-format@^29.0.0, pretty-format@^29.6.2:
version "29.6.2"
Expand Down

0 comments on commit fe46dc4

Please sign in to comment.