From 0d1cc17fad728a58f7b92ce9a3900ce7242efff4 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 19 Jun 2024 05:20:55 +0800 Subject: [PATCH] Update philosophy.md - fix typo (#502) --- src/docs/maturity/philosophy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/maturity/philosophy.md b/src/docs/maturity/philosophy.md index 7eaf6daf6..9ac217e4b 100644 --- a/src/docs/maturity/philosophy.md +++ b/src/docs/maturity/philosophy.md @@ -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 @@ -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. \ No newline at end of file +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.