Skip to content

Commit

Permalink
Docs readability
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Engelbrecht <jakob@basher.dk>
  • Loading branch information
RasmusKjeldgaard and jakobe authored Dec 4, 2024
1 parent 9281721 commit 90462c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ <h1>Localization</h1>

<h2>Using the service directly</h2>
<p>
If custom components are closely coupled to Kirby and need to use identical translations,
When developing custom components closely coupled to Kirby that need to use identical translations,
<code>TranslationService</code>
can be used to fetch and display translated strings.
</p>
<p>
This can be done by injecting the service and getting any key defined in the
This can be done by injecting the service into the component and get any key defined in the
<a
href="https://github.com/kirbydesign/designsystem/tree/develop/libs/designsystem/shared/src/translation/translation.interface.ts"
>
Expand Down

0 comments on commit 90462c6

Please sign in to comment.