Openstatus www.openstatus.dev

Grammar Polishing (#422)

* Change "your" to "our"

* change the grammar a little bit

authored by

Diogo Ribeiro and committed by
GitHub
d0a37728 66e1b6ae

+2 -2
+2 -2
apps/web/src/content/posts/migration-backend-from-vercel-to-fly.mdx
··· 11 11 image: /assets/posts/migration-backend-from-vercel-to-fly/fly-dashboard.png 12 12 --- 13 13 14 - In this article we are going to see the reason that made us change our backend 14 + In this article, we are going to see the reasons that made us change our backend 15 15 to Fly.io and the challenges we had during the migrations. 16 16 17 17 We chose [Hono](https://hono.dev/) as our API server with [Bun](https://bun.sh/) 18 - as the runtime and pick Fly.io as your hosting service. 18 + as the runtime and picked Fly.io as our hosting service. 19 19 20 20 ## 🤔 Why did we want to move our backend from Vercel? 21 21