From 09a2a64cd7be288fdb74ce349566d54d09d5fc0f Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Wed, 31 Jul 2024 21:12:53 +0300 Subject: [PATCH] Fix typo in tutorials/1-zne --- docs/tutorials/1-zne.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/1-zne.ipynb b/docs/tutorials/1-zne.ipynb index a17a6ad..a868fe8 100644 --- a/docs/tutorials/1-zne.ipynb +++ b/docs/tutorials/1-zne.ipynb @@ -173,7 +173,7 @@ "source": [ "Wait a second... the result with ZNE doesn't seem to be that good after all!\n", "\n", - "That is because on the previous run, ZNE wasn't activated. Since no `zne_strtegy` option was provided, it defaulted to the standard behavior without error mitigation. This is a design feature, not a bug: in the sake of versatility.\n", + "That is because on the previous run, ZNE wasn't activated. Since no `zne_strategy` option was provided, it defaulted to the standard behavior without error mitigation. This is a design feature, not a bug: in the sake of versatility.\n", "\n", "
\n", " \n",