diff --git a/01_intro.ipynb b/01_intro.ipynb index c3523f4..526f6ee 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -2270,7 +2270,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "A brief one-line explanation is provided by `doc`. The \"Show in docs\" link take tou to the full documentation, where you'll find all the details and lots of examples. Also, most of fastai's methods are just a handful of lines, so you can click the \"source\" link to see exactly what's going on behind the scenes.\n", + "A brief one-line explanation is provided by `doc`. The \"Show in docs\" link take you to the full documentation, where you'll find all the details and lots of examples. Also, most of fastai's methods are just a handful of lines, so you can click the \"source\" link to see exactly what's going on behind the scenes.\n", "\n", "Let's move on to something much less sexy, but perhaps significantly more widely commercially useful: building models from plain *tabular* data." ]