diff --git a/src/examples/evaluation.ipynb b/src/examples/evaluation.ipynb index 65bf7c63d..c385cf07d 100644 --- a/src/examples/evaluation.ipynb +++ b/src/examples/evaluation.ipynb @@ -23,7 +23,7 @@ "Well, unlike other tasks such as QA, the result of a classification task is more or less binary (true/false).\n", "There are very few grey areas, as it is unlikely that a classification result is somewhat or \"half\" correct.\n", "\n", - "Either way, make sure that you have familiarized yourself with the `SingleLabelClassify` and `EmbeddingBasedClassify` prior to starting this notebook.\n" + "Mke sure that you have familiarized yourself with the `SingleLabelClassify` and `EmbeddingBasedClassify` prior to starting this notebook.\n" ] }, {