diff --git a/docs/tutorial/FullOverview.ipynb b/docs/tutorial/FullOverview.ipynb index 783fa75..8374e3d 100644 --- a/docs/tutorial/FullOverview.ipynb +++ b/docs/tutorial/FullOverview.ipynb @@ -192,7 +192,7 @@ "source": [ "## Set parameters (inline)\n", "\n", - "This is the was to pass other parameters" + "This is the way to pass other parameters" ] }, { @@ -603,7 +603,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Use locally defined objet templates\n", + "## Use locally defined object templates\n", "\n", "**Important**: The path you pass as parameter for `misp_objects_path_custom` needs to contain a directory equals to the value of the parameter `name` (same structure as the content of the `misp-object` repository)\n" ] @@ -654,7 +654,7 @@ "source": [ "## Use lief to extract indicators out of binaries\n", "\n", - "An other cool helper: one liner to whom you can pass the path to a binary, if it is supported by `lief` (PE/ELF/Mach-o), you get the the file object, a PE, ELF, or Mach-o object, and the relevant sections.\n", + "An other cool helper: one liner to whom you can pass the path to a binary, if it is supported by `lief` (PE/ELF/Mach-o), you get the file object, a PE, ELF, or Mach-o object, and the relevant sections.\n", "\n", "If it is anything else, it will just generate the the file object.\n" ]