Skip to content

Commit

Permalink
Merge pull request #656 from pe4cey/fix-typo-help-param
Browse files Browse the repository at this point in the history
Fix typo in :help param
  • Loading branch information
oskarhane authored Oct 6, 2017
2 parents b2b8ce0 + ff4e335 commit ac55c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/modules/Help/html/param.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p class="subtitle">Set a parameter to be sent with queries.</p>
</div>
<div class="content">
<p>The <code>:param name: 'Stella'</code> command will define a parameter named "name" and it will be sent along with your queries.<br/>Using parameters, rather than hard coding values, will allow fo reuse of the query plan cache</p>
<p>The <code>:param name: 'Stella'</code> command will define a parameter named "name" and it will be sent along with your queries.<br/>Using parameters, rather than hard coding values, will allow for reuse of the query plan cache</p>
<p>Cypher query example with a param:&nbsp;<code>MATCH (n:Person) WHERE n.name = $name</code></p>
<div class="links">
<div class="link">
Expand Down

0 comments on commit ac55c6a

Please sign in to comment.