Skip to content

Commit cca3f3e

Browse files
authored
Fix capitalization in microservices documentation
Corrected capitalization in the documentation for consistency.
1 parent ee18ae0 commit cca3f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/microservices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Below is a guide on configuring a shared MySQL database and Redis connection:
6363
],
6464
```
6565

66-
For consistency in the workflow database schema across services, designate only one microservice to publish and run the Workflow migrations.
66+
For consistency in the workflow database schema across services, designate only one microservice to publish and run the workflow migrations.
6767

6868
Modify the workflow migrations to use the shared database connection:
6969

@@ -85,7 +85,7 @@ class StoredWorkflow extends BaseStoredWorkflow
8585
protected $connection = 'shared';
8686
```
8787

88-
Publish the Workflow config file and update it to use your custom models.
88+
Publish the workflow config file and update it to use your custom models.
8989

9090
Update your workflow and activity classes to use the shared queue connection. Assign unique queue names to each microservice for differentiation:
9191

0 commit comments

Comments
 (0)