From 4dbf0119cb04ba26cd5ac3d894ae7c181c5f9c10 Mon Sep 17 00:00:00 2001 From: Ekesh Kumar <0ekesh@gmail.com> Date: Sat, 24 Dec 2022 11:00:12 -0600 Subject: [PATCH] Correct fixture.rst typo --- doc/en/fixture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 2fce4be82..ff0d0dd43 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -1507,7 +1507,7 @@ of what we've gone over so far. All that's needed is stepping up to a larger scope, then having the **act** step defined as an autouse fixture, and finally, making sure all the fixtures -are targetting that highler level scope. +are targetting that higher level scope. Let's pull :ref:`an example from above `, and tweak it a bit. Let's say that in addition to checking for a welcome message in the header,