Skip to content

Commit f726490

Browse files
authored
Fix formatting and wording in DEVELOPERS.adoc
1 parent 4d74f97 commit f726490

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEVELOPERS.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ The MicroProfile Tutorial applications use the following technology stack:
280280
* **MicroProfile Fault Tolerance** - Resilience patterns
281281
* **MicroProfile REST Client** - Type-safe REST clients
282282
* **MicroProfile GraphQL** - GraphQL based calls
283-
* * **MicroProfile Reactive Messaging** - Event Driven Architecture and Reactive Messaging using Asynchronous calls
283+
* **MicroProfile Reactive Messaging** - Event Driven Architecture and Reactive Messaging using Asynchronous calls
284284
285285
### Additional Libraries
286286

@@ -312,7 +312,7 @@ When working with the tutorial code, consider these best practices:
312312
313313
### Configuration
314314

315-
1. **Externalize Configuration**: Use MicroProfile Config for values that might change between environments.
315+
1. **Externalize Configuration**: Use MicroProfile Config for values that may vary across environments.
316316
2. **Use Profiles**: Configure different settings for development, testing, and production.
317317
3. **Document Configuration**: Keep track of required configuration properties.
318318

0 commit comments

Comments
 (0)