From 14deee1fd4bd3a7532539047b15f49e87540c8a6 Mon Sep 17 00:00:00 2001 From: Jearvon Dharrie Date: Wed, 24 Aug 2016 15:44:24 -0400 Subject: [PATCH] Fix typo (#8459) Change `you project` to `your project` --- website/source/docs/modules/usage.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/modules/usage.html.markdown b/website/source/docs/modules/usage.html.markdown index b36e6d89b..090919cab 100644 --- a/website/source/docs/modules/usage.html.markdown +++ b/website/source/docs/modules/usage.html.markdown @@ -61,7 +61,7 @@ resource "aws_iam_user" "deploy_user" { In this example you can provide module implementation in the `./publish_bucket` subfolder - define there, how to create a bucket resource, set access and caching rules, create e.g. a CloudFront resource, which wraps the bucket and -all the other implementation details, which are common to you project. +all the other implementation details, which are common to your project. In the snippet above, you now use your module definition twice. The string after the `module` keyword is a name of the instance of the module.