Fix typo in documentation

This commit is contained in:
Moritz Halbritter
2022-11-28 13:39:24 +01:00
parent 926db2c140
commit 012e13527a
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ For example, we can create a `production` group that consists of our `proddb` an
- "prodmq"
----
Our application can now be started using `--spring.profiles.active=production` to active the `production`, `proddb` and `prodmq` profiles in one hit.
Our application can now be started using `--spring.profiles.active=production` to activate the `production`, `proddb` and `prodmq` profiles in one hit.