[Documentation] Minor improvement for note about tax calculators

This commit is contained in:
Grzegorz Sadowski 2023-11-17 10:48:45 +01:00
parent c724593223
commit 568d8422bb
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -153,7 +153,7 @@ Basing on the **TaxRate** assigned on the Product it will get its calculator typ
You can create your custom calculator for taxes by creating a class that implements
the `CalculatorInterface <https://github.com/Sylius/Sylius/blob/{current_version}/src/Sylius/Component/Taxation/Calculator/CalculatorInterface.php>`_
and registering it as a ``sylius.tax_calculator.your_calculator_name`` service, and tag it wih the `sylius.tax_calculator` tag.
and registering it as a ``sylius.tax_calculator.your_calculator_name`` service and tagging it with the `sylius.tax_calculator` tag.
Built-in Calculators
''''''''''''''''''''