Skip to content

Conversation

@992manav
Copy link
Contributor

@992manav 992manav commented Oct 2, 2025

Goal: Wrap user.name and cart.length in backticks in the debugging chapter across all languages.

File Identification:

Found debugging.md in learn-javascript//miscellaneous/ for multiple languages (en, es, id, fr, np, tr).

German file was missing, so skipped.

Updates Made:

English: user.name → user.name, cart.length → cart.length

Spanish: usuario.nombre → usuario.nombre, carrito.length → carrito.length

Skipped Updates: Indonesian, French, Nepali, Turkish (no matching content). German file missing.

Verification: Final search confirmed all instances were updated; no other files contained these strings.

@vercel
Copy link

vercel bot commented Oct 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
learn-javascript Ready Ready Preview Comment Oct 2, 2025 11:57am

@992manav 992manav changed the title Update markdown syntax in debugging chapter #308 Open Update markdown syntax in debugging chapter Closes #308 Oct 2, 2025
@sumn2u sumn2u requested a review from Copilot October 2, 2025 11:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates markdown syntax in debugging documentation to wrap code references in backticks for improved readability. The changes add proper inline code formatting to variable references like user.name and cart.length across multiple language versions of the debugging chapter.

  • Wrapped variable names user.name and cart.length in backticks in English documentation
  • Applied equivalent formatting to usuario.nombre and carrito.length in Spanish documentation
  • Added consistent spacing and formatting improvements throughout both files

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
en/miscellaneous/debugging.md Added backticks around user.name and cart.length, improved code formatting and spacing
es/miscellaneous/debugging.md Added backticks around usuario.nombre and carrito.length, improved code formatting and spacing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Owner

@sumn2u sumn2u left a comment

Choose a reason for hiding this comment

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

LGTM

@sumn2u sumn2u merged commit 277de1d into sumn2u:main Oct 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants