Skip to content

Typo in API placeholder causing incorrect response for Cloudflare page #9718

Description

@NandkishorJadoun

What is the URL where the issue is happening

https://roadmap.sh/cloudflare

What browsers are you seeing the problem on?

Chrome

Describe the Bug

The Cloudflare Roadmap page currently shows the following text in header's description:

"Learn to deploy your applications on in @curentYear@"

This appears to be caused by a typo in the API response.

Expected behavior

The page should correctly render something like:

"Learn to deploy your applications on Cloudflare in 2026"

Actual behavior

The placeholder @curentYear@ is not being replaced and appears directly in the UI.

Suggested fix

Replace:

@curentYear@

with:

@currentYear@

in the API responsible for generating the Cloudflare page description.

Output from browser console (if any)

No response

Participation

  • I am willing to submit a pull request for this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions