Repository: incubator-zeppelin Updated Branches: refs/heads/master 81bafe8ee -> 74953380a
Fix typo in Spark interpreter documentation Author: Antoine Augusti <[email protected]> Closes #330 from AntoineAugusti/patch-1 and squashes the following commits: 55c702b [Antoine Augusti] Fix typo Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/74953380 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/74953380 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/74953380 Branch: refs/heads/master Commit: 74953380a9990ad7029b4021f290de16994d00d5 Parents: 81bafe8 Author: Antoine Augusti <[email protected]> Authored: Wed Sep 30 16:49:42 2015 +0200 Committer: Lee moon soo <[email protected]> Committed: Sat Oct 3 07:46:30 2015 +0200 ---------------------------------------------------------------------- docs/docs/interpreter/spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/74953380/docs/docs/interpreter/spark.md ---------------------------------------------------------------------- diff --git a/docs/docs/interpreter/spark.md b/docs/docs/interpreter/spark.md index 452cd3a..7010af3 100644 --- a/docs/docs/interpreter/spark.md +++ b/docs/docs/interpreter/spark.md @@ -157,7 +157,7 @@ In sql environment, you can create form in simple template. ``` %sql -select * from ${table=defualtTableName} where text like '%${search}%' +select * from ${table=defaultTableName} where text like '%${search}%' ``` To learn more about dynamic form, checkout [Dynamic Form](../dynamicform.html).
