Skip to content

Commit e62e168

Browse files
authored
fix: typo in how-shuttle-works (#321)
1 parent d5d502b commit e62e168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/how-shuttle-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For more info on resources, head on over to our [Resources](/resources/resources
6868
## Deploying your Project
6969

7070
When you run `shuttle deploy`, your project code is archived and sent to our platform where it is built into a Docker image.
71-
Your service is then be started on Shuttle's infrastructure on AWS in London (eu-west-2).
71+
Your service will then be started on Shuttle's infrastructure on AWS in London (eu-west-2).
7272
The generated code from `shuttle_runtime::main` handles resource provisioning and initialization, leaving you to focus on what matters.
7373

7474
{/* TODO? ## More reading */}

0 commit comments

Comments
 (0)