Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Carlsen <[email protected]>
  • Loading branch information
sjelfull committed May 27, 2024
1 parent 6ebf141 commit 3923e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ return [

## Using MJML

You can either use the MJML cli locally, or the MJML API.
You can either use the MJML CLI locally, or the MJML API.

To use the cli, you need to install both Node and [the mjml executable](https://mjml.io/documentation/#installation):
To use the CLI, you need to install both Node and [the mjml executable](https://mjml.io/documentation/#installation):

To use the API, you need to [request a API key](https://mjml.io/api).

Expand Down
2 changes: 1 addition & 1 deletion src/templates/settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}}

{{ forms.autosuggestField({
label: 'MJML CLI PAth',
label: 'MJML CLI Path',
instructions: 'Enter the path to where the MJML CLI installed with npm is located, i.e. `/usr/local/bin/mjml`',
id: 'mjmlCliPath',
name: 'mjmlCliPath',
Expand Down

0 comments on commit 3923e43

Please sign in to comment.