Skip to content

Commit

Permalink
I *think* the missing word was meant to be 'singleton'
Browse files Browse the repository at this point in the history
If so please find attached a PR fixing the missing word and with a link to the relevant bit of the doco
  • Loading branch information
pacharanero authored Mar 1, 2018
1 parent a930abb commit e915779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/tutorials/pathway_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SimplePathway(pathway.PagePathway):
)
```

Pathways is smart enough to provide a single form step pathway if the model is a model or a pathway that allows a user to edit/add/remove multiple models if its not.
Pathways is smart enough to provide a single form step pathway if the model is a [singleton model](http://opal.openhealthcare.org.uk/docs/v0.10.0/reference/subrecords/), or a pathway that allows a user to edit/add/remove multiple models if its not a singletone model.


### Viewing The Pathway
Expand Down

0 comments on commit e915779

Please sign in to comment.