Skip to content

Commit 8fc03b8

Browse files
committed
fix double spaces
1 parent eb72805 commit 8fc03b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mix archive.install hex scenic_new
2222
## Build the Basic App
2323

2424
First, navigate the command-line to the directory where you want to create your
25-
new Scenic app. Then run the following commands: (change `my_app` to the name
25+
new Scenic app. Then run the following commands: (change `my_app` to the name
2626
of your app...)
2727

2828
```bash
@@ -36,7 +36,7 @@ If you want to explore the more full-on example, then follow the instructions be
3636
## Build the Example App
3737

3838
First, navigate the command-line to the directory where you want to create your
39-
new Scenic app. Then run the following commands: (change `my_app` to the name
39+
new Scenic app. Then run the following commands: (change `my_app` to the name
4040
of your app...)
4141

4242
```bash

0 commit comments

Comments
 (0)