Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed May 30, 2019
1 parent f98b332 commit 6b2d3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/terraform/resource.erb
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func resource<%= resource_name -%>UpdateEncoder(d *schema.ResourceData, meta int
<% end -%>

<% if object.nested_query -%>
<%# Note that if both nested_uqery and custom_code.decoder are provided,
<%# Note that if both nested_query and custom_code.decoder are provided,
#the decoder will be included via nested_query.go.erb -%>
func flattenNested<%= resource_name -%>(d *schema.ResourceData, meta interface{}, res map[string]interface{}) (map[string]interface{}, error) {
<%= compile_template('templates/terraform/nested_query.go.erb',
Expand Down

0 comments on commit 6b2d3bb

Please sign in to comment.