Skip to content

Commit

Permalink
docs(index.md): remove redundant 'type' (#303)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice authored Mar 31, 2022
1 parent 2196aa9 commit 2be4034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ route = "/hello"
#### Running a Spin Application

Running this application with the `spin` CLI is as simple as using the `spin up` command.
Because a trigger type of `http` type is specified in the `spin.toml`, `spin up` will start
Because a trigger type of `http` is specified in the `spin.toml`, `spin up` will start
a web server. Any time a request is made on the `/hello` route, it will invoke the
`hello_world` function. Adding another component is as simple as adding another `[[component]]`
stanza to the `spin.toml` file.
Expand Down

0 comments on commit 2be4034

Please sign in to comment.