Repository: incubator-predictionio Updated Branches: refs/heads/livedoc 205c5a73b -> 301b5b621
[MINOR] fixed a typo Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/301b5b62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/301b5b62 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/301b5b62 Branch: refs/heads/livedoc Commit: 301b5b62159fc2cf30a9d503be108c6387214751 Parents: 205c5a7 Author: JonnyDaenen <[email protected]> Authored: Tue Jan 24 09:30:01 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Tue Jan 24 09:30:01 2017 -0800 ---------------------------------------------------------------------- docs/manual/source/demo/tapster.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/301b5b62/docs/manual/source/demo/tapster.html.md ---------------------------------------------------------------------- diff --git a/docs/manual/source/demo/tapster.html.md b/docs/manual/source/demo/tapster.html.md index 8593fc9..e7b3455 100644 --- a/docs/manual/source/demo/tapster.html.md +++ b/docs/manual/source/demo/tapster.html.md @@ -334,7 +334,7 @@ queryPIO: function() { ``` ### Rails -On the Rails side all the fun things happen in the episodes controller locates at: `app/controllers/episodes_controller` [View on GitHub](https://github.com/PredictionIO/Demo-Tapster/blob/master/app/controllers/episodes_controller.rb). +On the Rails side all the fun things happen in the episodes controller located at: `app/controllers/episodes_controller` [View on GitHub](https://github.com/PredictionIO/Demo-Tapster/blob/master/app/controllers/episodes_controller.rb). ``` def query
