Skip to content

Commit

Permalink
docs: fix typo in README.md (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 authored Nov 1, 2023
1 parent 9893997 commit b18499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_case(snapshot):
### Advanced Usage

By overriding the provided [`AbstractSnapshotExtension`](https://github.com/tophat/syrupy/tree/main/src/syrupy/extensions/base.py) you can implement varied custom behaviours.
By overriding the provided [`AbstractSyrupyExtension`](https://github.com/tophat/syrupy/tree/main/src/syrupy/extensions/base.py) you can implement varied custom behaviours.

See examples of how syrupy can be used and extended in the [test examples](https://github.com/tophat/syrupy/tree/main/tests/examples).

Expand Down

0 comments on commit b18499e

Please sign in to comment.