Correct fixture.rst

typo
This commit is contained in:
Ekesh Kumar 2022-12-24 11:00:12 -06:00 committed by GitHub
parent 20f1c95be2
commit 4dbf0119cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <safe fixture structure>`, and tweak it a
bit. Let's say that in addition to checking for a welcome message in the header,