toonvanstrijp / nestjs-i18n

The i18n module for nestjs.
https://nestjs-i18n.com
Other
624 stars 102 forks source link

Adding some missing path. to code quick-start.mdx examples #618

Closed hatxor closed 4 months ago

hatxor commented 4 months ago

Fixing missing path. to the path.join of some quick-start code examples

Description

Some code examples of the quickstart guide miss the path. before the join, when concatenating the current directory with the i18n module. This PR just adds those missing path..

Linked Issues

Additional context

coveralls commented 4 months ago

Coverage Status

coverage: 90.844%. remained the same when pulling 532518a4339d260395b3b9d55847599b211d76f6 on hatxor:patch-1 into bb11a7a51e10ede3a4c1814dd0bb596bcf1cbbcd on toonvanstrijp:main.