diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-13 16:23:50 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-13 16:23:50 -0700 |
commit | 945ca006531d11fbbf76c461b571e89daf56c9bf (patch) | |
tree | 4961720be22187d0d9575d07fa9f13d3026c21ab /src/pages/about.js | |
parent | a514b8a2393a4b3e16ea2722d37e1dd1ff77afe5 (diff) |
Spellcheck
Diffstat (limited to 'src/pages/about.js')
-rw-r--r-- | src/pages/about.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/about.js b/src/pages/about.js index e110645..daab814 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -20,7 +20,7 @@ export const skills = [ 'Deploying function based infrastructure', 'Designing software systems as modules with interfaces', 'Orchestrating fleets of cellular devices', - 'Designing and implementing embeded software' + 'Designing and implementing embedded software' ] export const tools = [ @@ -70,8 +70,8 @@ const aboutLists = [ listItems: [ `Learn more languages. I love deriving influence from all languages. I would love to learn more about Ruby, Go, Rust, Smalltalk, ReasonML, and Elixir.`, - `Write a drvier using the Linux framebuffer API. Although I never want to - specialize in operating sytems, learning about them is fascinating and + `Write a driver using the Linux framebuffer API. Although I never want to + specialize in operating systems, learning about them is fascinating and helps me write better code at all levels of abstraction.`, `Implement TCP from scratch in C (bonus for x86 Assembly). We send a lot of data over the network so I want to zoom in on how it's done.`, |