Skip to content

Commit

Permalink
Typo fix (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Nov 7, 2024
1 parent 5e3a5af commit 7508c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/Hooks/preprocessors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Preprocessors
---

Starting in version 4.0, you can define custom preprocessors to process the dictionary object as a whole, after it all token files have been parsed and combined into one.
Starting in version 4.0, you can define custom preprocessors to process the dictionary object as a whole, after all token files have been parsed and combined into one.
This is useful if you want to do more complex transformations on the dictionary as a whole, when all other ways are not powerful enough.

Preprocessors can be applied globally or per platform.
Expand Down

0 comments on commit 7508c89

Please sign in to comment.