Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswilson authored and Mongey committed Jul 17, 2018
1 parent 5d1d1ac commit b7b036e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ resource "kafka_topic" "logs" {
| Property | Description |
| ---------------- | ----------------------- |
| `name` | The name of the topic |
| `paritions` | The number of partitions the topic should have |
| `partitions` | The number of partitions the topic should have |
| `replication_factor` | The number of replicas the topic should have |
| `config` | A map of string k/v attributes |
Expand Down

0 comments on commit b7b036e

Please sign in to comment.