Skip to content

Commit 62e95c5

Browse files
committed
Fix several typos
Found and fixed by running `typos` against the codebase.
1 parent 49109f7 commit 62e95c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222

2323
.. md-tab-set::
2424

25-
.. md-tab-item:: Pip + PyPI (recommented)
25+
.. md-tab-item:: Pip + PyPI (recommended)
2626

2727
.. code-block:: console
2828

tests/integration/test_shortcuts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_valid(self, factory, spec_file):
5656
"empty.yaml",
5757
],
5858
)
59-
def test_falied(self, factory, spec_file):
59+
def test_failed(self, factory, spec_file):
6060
spec_path = self.local_test_suite_file_path(spec_file)
6161
spec = factory.spec_from_file(spec_path)
6262

@@ -97,7 +97,7 @@ def test_valid(self, factory, spec_file):
9797
"empty.yaml",
9898
],
9999
)
100-
def test_falied(self, factory, spec_file):
100+
def test_failed(self, factory, spec_file):
101101
spec_path = self.local_test_suite_file_path(spec_file)
102102
spec = factory.spec_from_file(spec_path)
103103

0 commit comments

Comments
 (0)