Skip to content

Commit 7808c13

Browse files
potato4dkazupon
authored andcommitted
Fix Netlify capitalize in dockerize-vuejs-app (vuejs#1723)
1 parent d7f07a7 commit 7808c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/cookbook/dockerize-vuejs-app.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ So, creating a Docker image for our Vue.js app is a good choice here because tha
130130
If your company is not into Docker and Kubernetes just yet or you simply want to get your MVP out the door, maybe dockerizing your Vue.js app is not what you need.
131131

132132
Common alternatives are:
133-
* leveraging an all-in-one platform like [netlify](https://www.netlify.com/);
134-
* hosting your SPA on [Amazon S3](https://aws.amazon.com/s3/) and serving it with [Amazon CloudFront](https://aws.amazon.com/cloudfront/) (see [this](https://serverless-stack.com/chapters/deploy-the-frontend.html) link for a detailed guide).
133+
* leveraging an all-in-one platform like [Netlify](https://www.netlify.com/);
134+
* hosting your SPA on [Amazon S3](https://aws.amazon.com/s3/) and serving it with [Amazon CloudFront](https://aws.amazon.com/cloudfront/) (see [this](https://serverless-stack.com/chapters/deploy-the-frontend.html) link for a detailed guide).

0 commit comments

Comments
 (0)