Skip to content

Commit 0e3b3d4

Browse files
authored
Merge pull request #743 from coderoflagos/patch-1
minor corrections
2 parents c3e5a6d + 0041bae commit 0e3b3d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn hello_world(_req: Request) -> Result<Response> {​
4141
#### Spin Manifest
4242

4343
Once the code is compiled to a WebAssembly component, it can be referenced in a `spin.toml`
44-
file to create an HTTP application like below.
44+
file to create an HTTP application like what you can see below:
4545

4646
```toml
4747
spin_version = "1"
@@ -58,8 +58,8 @@ route = "/hello"
5858

5959
#### Running a Spin Application
6060

61-
Running this application with the `spin` CLI is as simple as using the `spin up` command.
62-
Because a trigger type of `http` is specified in the `spin.toml`, `spin up` will start
61+
Running this application with the spin CLI is as simple as using the `spin up` command.
62+
Because a trigger type of `http` is specified in the `spin.toml` file, `spin up` will start
6363
a web server:
6464

6565
```console

0 commit comments

Comments
 (0)