1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

fix: porcesses typo in cs roadmap porcesses & threads (#6808)

* fix: porcesses typo in cs roadmap porcesses & threads

* Rename porcesses-and-threads@ETEUA7jaEGyOEX8tAVNWs.md to processes-and-threads@ETEUA7jaEGyOEX8tAVNWs.md

fix: file name spelling fix

---------

Co-authored-by: dmcadieux <dmcadieux@gmail.com>
This commit is contained in:
dmcadieux
2024-09-04 03:59:28 -04:00
committed by GitHub
parent 73597724a0
commit 67cf3f5313
3 changed files with 2 additions and 2 deletions

View File

@@ -3954,7 +3954,7 @@
] ]
}, },
"ETEUA7jaEGyOEX8tAVNWs": { "ETEUA7jaEGyOEX8tAVNWs": {
"title": "Porcesses and Threads", "title": "Processes and Threads",
"description": "Processes and threads are the basic building blocks of a computer program. They are the smallest units of execution in a program. A process is an instance of a program that is being executed. A thread is a sequence of instructions within a process that can be executed independently of other code.\n\nVisit the following resources to learn more:", "description": "Processes and threads are the basic building blocks of a computer program. They are the smallest units of execution in a program. A process is an instance of a program that is being executed. A thread is a sequence of instructions within a process that can be executed independently of other code.\n\nVisit the following resources to learn more:",
"links": [ "links": [
{ {

View File

@@ -7157,7 +7157,7 @@
}, },
"selected": false, "selected": false,
"data": { "data": {
"label": "Porcesses and Threads", "label": "Processes and Threads",
"style": { "style": {
"fontSize": 17, "fontSize": 17,
"justifyContent": "flex-start", "justifyContent": "flex-start",