Skip to content

Commit

Permalink
docs: fix incorrect method name reference
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Apr 26, 2024
1 parent b1b7f81 commit 5e2cee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/music/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import { ModuleBase } from '../../internal/module-base';
*
* Generate random music content.
*
* For a random album name, use [`albumName()`](https://fakerjs.dev/api/music.html#album).
* For a random album name, use [`album()`](https://fakerjs.dev/api/music.html#album).
*
* For a random artist, use [`artist()`](https://fakerjs.dev/api/music.html#artist).
*
* For a random genre, use [`genre()`](https://fakerjs.dev/api/music.html#genre).
*
* For a random song name, [`songName()`](https://fakerjs.dev/api/music.html#song).
* For a random song name, [`song()`](https://fakerjs.dev/api/music.html#song).
*
* All data types may be localized.
*/
Expand Down

0 comments on commit 5e2cee0

Please sign in to comment.