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>
pull/6985/head
dmcadieux 1 month ago committed by GitHub
parent 73597724a0
commit 67cf3f5313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/roadmap-content/computer-science.json
  2. 2
      src/data/roadmaps/computer-science/computer-science.json
  3. 0
      src/data/roadmaps/computer-science/content/processes-and-threads@ETEUA7jaEGyOEX8tAVNWs.md

@ -3954,7 +3954,7 @@
]
},
"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:",
"links": [
{

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

Loading…
Cancel
Save