Skip to content

Conversation

@awantika-m
Copy link

Issue

Fixes #2016

Description

This PR removes the extra period after the exclamation mark in the "Still Need Help?" section of the DocsHelp component.

Changes Made

  • File: components/DocsHelp.tsx
  • Changed here to help!.here to help!

Before

<p data-test='additional-help-description'>
  Learning JSON Schema is often confusing, but don't worry, we are
  here to help!.
</p>

After

<p data-test='additional-help-description'>
  Learning JSON Schema is often confusing, but don't worry, we are
  here to help!
</p>

Why This Change?

Having both an exclamation mark and a period (!.) is a punctuation error. The exclamation mark alone is sufficient to end the sentence.

Fixes json-schema-org#2016 - Removed extra period after exclamation mark in 'here to help../ workspace'
@awantika-m awantika-m requested a review from a team as a code owner December 23, 2025 16:34
@github-project-automation github-project-automation bot moved this to Ready to review in PR - Triage Group Dec 23, 2025
@github-actions
Copy link

Hi @awantika-m! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

@github-actions
Copy link

github-actions bot commented Dec 23, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 725178b

@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (58506bc) to head (725178b).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2025   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          633       633           
  Branches       196       196           
=========================================
  Hits           633       633           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-project-automation github-project-automation bot moved this from Ready to review to Done in PR - Triage Group Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[📝 Docs]: Fix extra punctuation on “Still Need Help?” section

2 participants