Skip to content

Commit

Permalink
docs: declarative effects title style
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jan 10, 2025
1 parent 1066f28 commit f4a9422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/concepts/pages/declarative-effects.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[#_declarative_effects]
= Declarative Effects
= Declarative effects
Effects are declarative APIs that describes the actions the Akka runtime needs to perform. It is inherently lazy, acting as a blueprint of operations to be executed. Once passed to the Akka runtime, the Effect is executed, resulting in the requested system changes. Effect APIs are essential for implementing components, bridging your application logic with the Akka runtime.
Expand Down

0 comments on commit f4a9422

Please sign in to comment.