Skip to content

Commit 8cfaafb

Browse files
Update docs/develop/node/redis-om/index-redis-om.mdx
Co-authored-by: Simon Prickett <simon@crudworks.org>
1 parent d94cf26 commit 8cfaafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/node/redis-om/index-redis-om.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ let schema = new Schema(Song, {
163163
genres: { type: 'array' }, // array of strings for the genres of the song
164164
lyrics: { type: 'string', textSearch: true }, // the full lyrics of the song
165165
music: { type: 'string', textSearch: true }, // who wrote the music for the song
166-
year: { type: 'number' }, // the year the song was releases
166+
year: { type: 'number' }, // the year the song was released
167167
duration: { type: 'number' }, // the duration of the song in seconds
168168
link: { type: 'string' } // link to a YouTube video of the song
169169
}, {

0 commit comments

Comments
 (0)