Skip to content

Commit b63372a

Browse files
committed
One shot pass caught some typos
1 parent 8c27476 commit b63372a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/components/about/Team/Joel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Before joining QuantStack, Joël worked since 2003 in various companies covering a large spectre of domains all dominated by performance constraints: games, embedded software of all sorts, robotics (<a href="https://www.softbankrobotics.com/">Softbank-Robotics/Aldebaran</a>), "heavy" interractive web apps (<a href="https://jellynote.com">https://jellynote.com</a> score player for example)...
1+
Before joining QuantStack, Joël worked since 2003 in various companies covering a large spectre of domains all dominated by performance constraints: games, embedded software of all sorts, robotics (<a href="https://www.softbankrobotics.com/">Softbank-Robotics/Aldebaran</a>), "heavy" interactive web apps (<a href="https://jellynote.com">https://jellynote.com</a> score player for example)...
22

33
Through the years Joël participated to various open-source projects with, in recent years, a particular focus on dependency management for C++ projects (like <a href="https://build2.org">build2</a>) and the <a href="https://webassembly.org/">WebAssembly</a> platform.
44

src/components/blog/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ blog:
538538
authors: Mariana Meireles
539539

540540
- url: https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559
541-
title: A Visual Debuger for Jupyter
541+
title: A Visual Debugger for Jupyter
542542
image: https://miro.medium.com/max/933/0*9pVDg58cTz5Yezw8.gif
543543
summary: Most of the progress made in software projects comes from incrementalism. The ability to quickly see the outcome of an execution and iterate has been one of the main reasons for the success of…
544544
date: Mar 25, 2020

src/components/blog/blogpostsDetails.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@
10151015
},
10161016
{
10171017
"url": "https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559",
1018-
"title": "A Visual Debuger for Jupyter",
1018+
"title": "A Visual Debugger for Jupyter",
10191019
"image": "/img/blogposts/A-Visual-Debuger-for-Jupyter.gif",
10201020
"summary": "Most of the progress made in software projects comes from incrementalism. The ability to quickly see the outcome of an execution and iterate has been one of the main reasons for the success of…",
10211021
"date": "Mar 25, 2020",

src/components/contact/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function Contact() {
1717
<ContactIllustration
1818
height={"460px"}
1919
alt={
20-
"Illustration for the contact page with a woman, a mobile phone and an enveloppe."
20+
"Illustration for the contact page with a woman, a mobile phone and an envelope."
2121
}
2222
/>
2323
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
We created several popular scientific computing packages. XSimd, an unified API for SIMD opreations, adopted by projects such as Apache Arrox, FireFox, Kytra, Pythran... Xtensor, a C++ n-dimensional array librairy with broadcasting and lazy evaluation.
1+
We created several popular scientific computing packages. XSimd, an unified API for SIMD operations, adopted by projects such as Apache Arrox, FireFox, Kytra, Pythran... Xtensor, a C++ n-dimensional array library with broadcasting and lazy evaluation.

0 commit comments

Comments
 (0)