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
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