Skip to content

Commit 5b8676a

Browse files
authored
docs: Fix typo in get started docs (#2082)
* Fix typo in get started docs + change code type from bash to elixir for consistent highlighting * Change code highlighting of all snippets to bash
1 parent 7e34bbd commit 5b8676a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/tutorials/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ See the options below for more.
5757
First, to use `mix igniter.new`, the archive must be installed.
5858

5959
```bash
60-
# install igniter.enw
60+
# install igniter.new
6161
mix archive.install hex igniter_new
6262

6363
# create a new application with Ash in it
@@ -68,7 +68,7 @@ mix igniter.new helpdesk --install ash && cd helpdesk
6868

6969
If you already know that you want to use Phoenix and Ash together, you can use
7070

71-
```elixir
71+
```bash
7272
# install the archive
7373
mix archive.install hex phx_new
7474
mix archive.install hex igniter_new
@@ -81,7 +81,7 @@ mix igniter.new helpdesk --install ash,ash_phoenix --with phx.new && cd helpdesk
8181

8282
You can use igniter to add Ash to your existing project as well.
8383

84-
```elixir
84+
```bash
8585
mix archive.install hex igniter_new
8686
mix igniter.install ash
8787
```

0 commit comments

Comments
 (0)