Skip to content

Commit

Permalink
Update philosophy.md - fix typo (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkao05 authored Jun 18, 2024
1 parent 26fe372 commit 0d1cc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/maturity/philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To achieve our goal, we've designed Railway to "just work", with all the necessa
- Have a code repository but have yet to think about deployment? We got you. Connect your code repository and let Railway take care of the rest.
- Already built the perfect Dockerfile? Bring it. If you have a Dockerfile in your repo, we'll find it and use that to build your image.

If you've outgrown the "magic" built into deployment platforms, or are suspicious of things that are just too magical, we are happy to provide a high level over view of our architecture.
If you've outgrown the "magic" built into deployment platforms, or are suspicious of things that are just too magical, we are happy to provide a high level overview of our architecture.

### Leave What You Don't

Expand Down Expand Up @@ -83,4 +83,4 @@ No, Railway is a deployment platform that works with your existing code. We don'

No, services on Railway are deployed in stateful Docker containers. The old deployments are removed on every new deploy.

We do have a feature, [App Sleeping](/reference/app-sleeping), that allows you to configure your service to "sleep" when it is inactive, and therefore will stop it from incurring usage cost while not in use.
We do have a feature, [App Sleeping](/reference/app-sleeping), that allows you to configure your service to "sleep" when it is inactive, and therefore will stop it from incurring usage cost while not in use.

0 comments on commit 0d1cc17

Please sign in to comment.