We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94cf26 commit 8cfaafbCopy full SHA for 8cfaafb
docs/develop/node/redis-om/index-redis-om.mdx
@@ -163,7 +163,7 @@ let schema = new Schema(Song, {
163
genres: { type: 'array' }, // array of strings for the genres of the song
164
lyrics: { type: 'string', textSearch: true }, // the full lyrics of the song
165
music: { type: 'string', textSearch: true }, // who wrote the music for the song
166
- year: { type: 'number' }, // the year the song was releases
+ year: { type: 'number' }, // the year the song was released
167
duration: { type: 'number' }, // the duration of the song in seconds
168
link: { type: 'string' } // link to a YouTube video of the song
169
}, {
0 commit comments