fix(curriculum): typo in computer basics review page (#59962)

This commit is contained in:
Omar Rafiq 2025-04-24 11:24:02 -07:00 committed by GitHub
parent 46b910ee40
commit c6543b2ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ dashedName: review-computer-basics
- **Graphics Processing Unit(GPU)**: responsible for rendering visuals on the computer screen.
- **Different Types of Internet Service Providers**: An Internet Service Provider (ISP) is a company that provides access to the internet. There are different types of ISPs, including dial-up, DSL, cable, fiber-optic, and satellite.
- **Safe Ways to Sign Into Your Computer**: Examples of safe ways to sign into your computer include using a strong password, enabling two-factor authentication, and using a password manager.
- **Integrated Development Environment (IDE)**: a tool that helps developer write, test and debug code in an efficient manner.
- **Integrated Development Environment (IDE)**: a tool that helps developers write, test and debug code in an efficient manner.
- **Code Editor**: a tool that developers use to write and debug code.
- **Git**: a popular version control system that allows developers to track changes in their code and collaborate with others.
- **Cloud-based Hosting Services for repositories**: A repository is a storage location for project files and version history. Popular cloud-based hosting services for repositories include GitHub, GitLab, and Bitbucket.