Skip to content

Commit 886600b

Browse files
committed
Linter fix
1 parent 8514810 commit 886600b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TRANSLATIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ Or with _structural directive_ like:
8888

8989
Sometimes we have to use translatable strings straight in our code. Luckily,
9090
there is a way to easily maintain these strings with the
91-
`@jsverse/transloco-keys-manager/marker` package. What you need to do in the code, is
92-
to first import the marker function:
91+
`@jsverse/transloco-keys-manager/marker` package. What you need to do in the
92+
code, is to first import the marker function:
9393

9494
```typescript
9595
import { marker } from '@jsverse/transloco-keys-manager/marker';

0 commit comments

Comments
 (0)