Skip to content

Commit

Permalink
Fix typos in audit topic
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Oct 13, 2021
1 parent b1d39ef commit a938af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ThisTopic extends Topic {
<li>A <code>utcTimestamp</code>, the UTC time of the change on the server</li>
</ul>
<p>Optionally, an audit metadata record <i>may</i> contain additional data provided as part of the <code>delete and store</code> statement. Here is an example :</p>
<code>delete prospect and store client with &#123; user: "albert" &#125, origin: "phone call"; as metadata</code>
<pre>delete prospect and store client with &#123; user: "albert" , origin: "phone call" } as metadata</pre>

<h4>Audit methods</h4>
<p>Storing audit records and audit metadata is automated.</p>
Expand Down

0 comments on commit a938af5

Please sign in to comment.