Fix typo in overview description
PredictedsResult => PredictedResult

Closes #388


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/f5aeaa7c
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/f5aeaa7c
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/f5aeaa7c

Branch: refs/heads/develop
Commit: f5aeaa7c4aed6582916dbb25fa79c0b300108f29
Parents: 88c3b05
Author: Hugo Duksis <[email protected]>
Authored: Fri Jun 2 19:31:20 2017 +0900
Committer: Naoki Takezoe <[email protected]>
Committed: Fri Jun 2 19:31:20 2017 +0900

----------------------------------------------------------------------
 docs/manual/source/templates/vanilla/quickstart.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/f5aeaa7c/docs/manual/source/templates/vanilla/quickstart.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/templates/vanilla/quickstart.html.md.erb 
b/docs/manual/source/templates/vanilla/quickstart.html.md.erb
index 02bea8b..b79a0b2 100644
--- a/docs/manual/source/templates/vanilla/quickstart.html.md.erb
+++ b/docs/manual/source/templates/vanilla/quickstart.html.md.erb
@@ -23,7 +23,7 @@ limitations under the License.
 
 The purpose of the Vanilla template is for developing new engine when you find 
other engine templates do not fit your needs. This template provides a skeleton 
to kick start new engine development.
 
-By default, it simply reads the "EVENT" involving "ENTITY_TYPE" and 
"TARGET_ENTITY_TYPE". The Algorithm counts the number of events and multiple it 
by the algorithm parameter and store it as Model. During serving, the Query is 
prefixed with the Model and return as PredictedsResult.
+By default, it simply reads the "EVENT" involving "ENTITY_TYPE" and 
"TARGET_ENTITY_TYPE". The Algorithm counts the number of events and multiple it 
by the algorithm parameter and store it as Model. During serving, the Query is 
prefixed with the Model and return as PredictedResult.
 
 
 ## Usage

Reply via email to