Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
James Buckley committed Nov 14, 2018
1 parent f8d4613 commit df7db9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .erdconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ attribute:
- content
# uses a notation style with more information built in. See documentation in docs/models/generating_model_graph.md
notation: bachman
orientation: horrizontal
orientation: horizontal
# hides warnings from output when generating diagram
warn: false
2 changes: 1 addition & 1 deletion docs/models/generating_model_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Graph options are controled by the `.erdconfig` yaml file. Rails-ERD has documen
| attribute/inheritance | the single table inheritance column, typically `type` |
| attribute/content | all other columns |
| notation | the type of documentation, can be either `simple` or `bachman` |
| orientation | `vertical` or `horrizontal`, which direction the graph will favor when organizing itself |
| orientation | `vertical` or `horizontal`, which direction the graph will favor when organizing itself |
| warn | show or hide warnings when generating the graph, `true` or `false` |

### Notation Types
Expand Down

0 comments on commit df7db9d

Please sign in to comment.