#70123·freeCodeCamp

Hyphenate single-page in the JavaScript libraries and frameworks intro

Author: majestic-owl448Created Sep 17, 2026Updated Sep 17, 2026
Labelsscope: curriculumstatus: PR in workslessonfrontend libraries v9 cert

Describe the Issue

The following text in client/i18n/locales/english/intro.json needs correction.

  1. lecture-introduction-to-javascript-libraries-and-frameworks in front-end-development-libraries-v9:

    single page applications (SPAs)

    The compound modifier single-page is missing its hyphen.

Affected Pages

https://github.com/freeCodeCamp/freeCodeCamp/blob/dbe809859e2a1c4a045c48e67e348b80c194334b/client/i18n/locales/english/intro.json

Expected behavior

  1. The intro should say single-page applications (SPAs).

Source: freeCodeCamp/freeCodeCamp