Skip to content

Commit

Permalink
removed extra period
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 17, 2023
1 parent 9601c46 commit 0b6ffe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/update-policies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ function ObjectSchema({ schema }: { schema: JSONSchema7 }) {
{value.description && (
<div
dangerouslySetInnerHTML={{
__html: value.description.trim().endsWith(".")
? value.description.trim()
: `${value.description.trim()}.`,
__html: value.description,
}}
/>
)}
Expand Down

1 comment on commit 0b6ffe5

@vercel
Copy link

@vercel vercel bot commented on 0b6ffe5 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main.zuplopreview.net
docs.zuplo.site
docs.zuplopreview.net

Please sign in to comment.