From 176d9361d62255818eb750391b5b75b52a592318 Mon Sep 17 00:00:00 2001 From: gregory langlais <admin@gregorylanglais.com> Date: Wed, 24 May 2023 09:15:46 -0500 Subject: [PATCH] Fix a couple typos on the welcome page (#668) fix a couple typos - welcome page typos corrected --- src/welcome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome.md b/src/welcome.md index 98a0bff6..bca6a6b4 100644 --- a/src/welcome.md +++ b/src/welcome.md @@ -16,7 +16,7 @@ about Rust and hope to: * Show you common Rust idioms. The first three days show you the fundamentals of Rust. Following this, you're -invited to dive into one or more spezialized topics: +invited to dive into one or more specialized topics: * [Android](android.md): a half-day course on using Rust for Android platform development (AOSP). This includes interoperability with C, C++, and Java.