Skip to content

Commit

Permalink
Website: update text on policy details page (#25989)
Browse files Browse the repository at this point in the history
Changes:
- Added a missing colon to the text above checks on the policy details
page.
  • Loading branch information
eashaw authored Feb 3, 2025
1 parent 56b0f0b commit b7dc3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views/pages/policy-details.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
<div purpose="policy-check">
<h3>Check</h3>
<p>Use the policy below to verify</p>
<p>Use the policy below to verify:</p>
<div purpose="codeblock">
<div purpose="codeblock-tabs" >
<a purpose="codeblock-tab" :class="[ selectedTab === 'sql' ? 'selected' : '']" @click="selectedTab = 'sql'">Query</a>
Expand Down

0 comments on commit b7dc3e0

Please sign in to comment.