Skip to content

Commit 3d777ba

Browse files
authored
Fix minor typo in overriding template tags docs (#196)
1 parent add4565 commit 3d777ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/overriding-template-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ you run it with a project that has no entries in DB or on a local machine
3636
without internet connection.
3737
This means that you need to override a template tag when it hits DB or any other resource (cache, or requests URL, for example).
3838

39-
You amy also need to override template tags in other cases, when data provided by the pattern library’s context mocking is of a different type to what Django would expect – this is because the pattern library only uses data types that are de-serializable from YAML.
39+
You may also need to override template tags in other cases, when data provided by the pattern library’s context mocking is of a different type to what Django would expect – this is because the pattern library only uses data types that are de-serializable from YAML.
4040

4141
## Override modes
4242

0 commit comments

Comments
 (0)