Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Jan 31, 2020
1 parent ec505f5 commit d3a836d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/browser/documentation/help/auto.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ const category = 'browserUiCommands'
const content = (
<>
<p>
The <code>:auto</code> command will send the Cypher query after is in an
auto committing transaction. In general this is not recommended because of
the lack of support for auto retrying on leader switch errors in clusters.
The <code>:auto</code> command will send the Cypher query following it, in
an auto committing transaction. In general this is not recommended because
of the lack of support for auto retrying on leader switch errors in
clusters.
<br />
Some query types does however need to be sent in auto-committing
Some query types do however need to be sent in auto-committing
transactions, <code>USING PERIODIC COMMIT</code> is the most notable one.
</p>
<table className="table-condensed table-help">
Expand Down

0 comments on commit d3a836d

Please sign in to comment.