From 3b65f222edcc9d76d639cc67c4ad7be593b7d862 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 9 Feb 2017 16:36:50 -0600 Subject: [PATCH] Spelling fix --- docs/providers/openwhisk/guide/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/openwhisk/guide/deploying.md b/docs/providers/openwhisk/guide/deploying.md index 63a2d1c9a..60442d9cb 100644 --- a/docs/providers/openwhisk/guide/deploying.md +++ b/docs/providers/openwhisk/guide/deploying.md @@ -38,7 +38,7 @@ The Serverless Framework translates all syntax in `serverless.yml` to [platform ### Tips * Use this in your CI/CD systems, as it is the safest method of deployment. -* Apache OpenWhisk has a [maximum action artefact](https://github.com/openwhisk/openwhisk/blob/master/docs/reference.md#per-action-artifact-mb-fixed-48mb) size of 48MB. This might be an issue if you are using lots of NPM packages. JavaScript build tools like webpack can help to minify your code and save space. +* Apache OpenWhisk has a [maximum action artifact](https://github.com/openwhisk/openwhisk/blob/master/docs/reference.md#per-action-artifact-mb-fixed-48mb) size of 48MB. This might be an issue if you are using lots of NPM packages. JavaScript build tools like webpack can help to minify your code and save space. Check out the [deploy command docs](../cli-reference/deploy.md) for all details and options.