Small typo (#10431)

Just fixing a small typo
This commit is contained in:
Or Elimelech 2016-11-30 11:55:49 +02:00 committed by Paul Stack
parent e634ffdf72
commit b15b8bd99a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ data "google_iam_policy" "admin" {
}
```
This data source is used to define IAM policies to apply to othe resources.
This data source is used to define IAM policies to apply to other resources.
Currently, defining a policy through a datasource and referencing that policy
from another resource is the only way to apply an IAM policy to a resource.