diff --git a/service_container/tags.rst b/service_container/tags.rst index 7b303229cdb..94d7d2036b3 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -598,9 +598,9 @@ application handlers:: Tagged Services with Priority ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The tagged services can be prioritized using the ``priority`` attribute. -The priority is a positive or negative integer. The higher the number, -the earlier the tagged service will be located in the collection: +The tagged services can be prioritized using the ``priority`` attribute. The +priority is a positive or negative integer that defaults to ``0``. The higher +the number, the earlier the tagged service will be located in the collection: .. configuration-block::