Skip to content

Commit da9e437

Browse files
committed
Fix spelling errors
1 parent 299122c commit da9e437

26 files changed

Lines changed: 101 additions & 100 deletions

.github/workflows/scripts/cspell-custom-words-common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Itkonen
4949

5050
Jalote
5151
Jaskiel
52+
jnonino
5253
Jouni
5354
Joyanes
5455
Juha

content/programming/data-structures/linked-lists/index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ Linked lists are a versatile data structure for storing dynamic sequences of ele
143143
---
144144

145145
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
146-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
146+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
147147

148-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
148+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
149149

150-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
150+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
151151

152-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
152+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
153153
{{< /alert >}}

content/programming/data-structures/maps/index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ Dictionaries are versatile data structures thanks to their fast access based on
106106
---
107107

108108
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
109-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
109+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
110110

111-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
111+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
112112

113-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
113+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
114114

115-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
115+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
116116
{{< /alert >}}

content/programming/data-structures/queues/index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ Queues are versatile structures thanks to their FIFO principle. Having a good ha
6565
---
6666

6767
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
68-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
68+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
6969

70-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
70+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
7171

72-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
72+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
7373

74-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
74+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
7575
{{< /alert >}}

content/programming/data-structures/stacks/index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Stacks are versatile data structures thanks to their LIFO operation principle. H
6666
---
6767

6868
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
69-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
69+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
7070

71-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
71+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
7272

73-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
73+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
7474

75-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
75+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
7676
{{< /alert >}}

content/programming/intro/boolean-logic.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Boolean logic is more than a set of abstract mathematical rules. It's the founda
7373
---
7474

7575
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
76-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
76+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
7777

78-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
78+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
7979

80-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
80+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
8181

82-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
82+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
8383
{{< /alert >}}
8484

8585
---

content/programming/intro/computers.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ In terms of data storage, devices like hard drives, SSDs, and flash drives offer
5757
---
5858

5959
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
60-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
60+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
6161

62-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
62+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
6363

64-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
64+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
6565

66-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
66+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
6767
{{< /alert >}}
6868

6969
---

content/programming/intro/numerical-systems.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ So, the next time you're in front of your computer or using an app on your smart
9696
---
9797

9898
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
99-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
99+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
100100

101-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
101+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
102102

103-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
103+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
104104

105-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
105+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
106106
{{< /alert >}}
107107

108108
---

content/programming/intro/setup-dev-environment/index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@ Setting up a programming environment might appear daunting at first, but with th
188188
---
189189

190190
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
191-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
191+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
192192

193-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
193+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
194194
195-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
195+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
196196

197-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
197+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
198198
{{< /alert >}}
199199

200200
---

content/programming/oop/class-relations-aggregation.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ It's important to note that while aggregation implies a whole-part relationship,
105105
---
106106

107107
{{< alert icon="comment" cardColor="grey" iconColor="black" textColor="black" >}}
108-
¡Felicitaciones por llegar hasta acá! Espero que este recorrido por el universo de la programación te haya resultado tan interesante como lo fue para mí al escribirlo.
108+
Cheers for making it this far! I hope this journey through the programming universe has been as fascinating for you as it was for me to write down.
109109

110-
Queremos conocer tu opinión, así que no dudes en compartir tus comentarios, sugerencias y esas ideas brillantes que seguro tenés.
110+
We're keen to hear your thoughts, so don't be shy – drop your comments, suggestions, and those bright ideas you're bound to have.
111111

112-
Además, para explorar más allá de estas líneas, date una vuelta por los ejemplos prácticos que armamos para vos. Todo el código y los proyectos los encontrarás en nuestro repositorio de GitHub [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
112+
Also, to delve deeper than these lines, take a stroll through the practical examples we've cooked up for you. You'll find all the code and projects in our GitHub repository [learn-software-engineering/examples](https://github.com/learn-software-engineering/examples).
113113

114-
Gracias por ser parte de esta comunidad de aprendizaje. ¡Seguí programando y explorando nuevas areas en este fascinante mundo del software!
114+
Thanks for being part of this learning community. Keep coding and exploring new territories in this captivating world of software!
115115
{{< /alert >}}
116116

117117
---

0 commit comments

Comments
 (0)