Skip to content

Commit

Permalink
Merge pull request #117 from k1LoW/re-fix-doc
Browse files Browse the repository at this point in the history
Re fix typo
  • Loading branch information
k1LoW committed Feb 3, 2016
2 parents 1101669 + 7afa6e0 commit a744159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/_resource_types/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ end

```ruby
describe vpc('vpc-ab123cde') do
it { should have_network_acl('acl-1abc2d3e') }
it { should have_network_acl('my-network-acl') }
it { should have_route_table('rtb-ab123cde') }
it { should have_route_table('my-route-table') }
end
```

Expand Down
4 changes: 2 additions & 2 deletions doc/resource_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1215,8 +1215,8 @@ end

```ruby
describe vpc('vpc-ab123cde') do
it { should have_network_acl('acl-1abc2d3e') }
it { should have_network_acl('my-network-acl') }
it { should have_route_table('rtb-ab123cde') }
it { should have_route_table('my-route-table') }
end
```

Expand Down

0 comments on commit a744159

Please sign in to comment.