mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
Fix typo
This commit is contained in:
parent
63edb61336
commit
679a928674
@ -101,8 +101,8 @@ strapi.query('restaurant').create({
|
||||
content: [
|
||||
{
|
||||
__component: 'blog.rich-text',
|
||||
title: 'some title',
|
||||
subTitle: 'some sub title',
|
||||
title: 'Some title',
|
||||
subTitle: 'Some sub title',
|
||||
},
|
||||
{
|
||||
__component: 'blog.quote',
|
||||
@ -150,8 +150,8 @@ strapi.query('restaurant').update(
|
||||
content: [
|
||||
{
|
||||
__component: 'blog.rich-text',
|
||||
title: 'some title',
|
||||
subTitle: 'some sub title',
|
||||
title: 'Some title',
|
||||
subTitle: 'Some sub title',
|
||||
},
|
||||
{
|
||||
__component: 'blog.quote',
|
||||
@ -192,8 +192,8 @@ strapi.query('restaurant').update(
|
||||
{
|
||||
__component: 'blog.rich-text',
|
||||
id: 1,
|
||||
title: 'some title',
|
||||
subTitle: 'some sub title',
|
||||
title: 'Some title',
|
||||
subTitle: 'Some sub title',
|
||||
},
|
||||
{
|
||||
__component: 'blog.quote',
|
||||
|
||||
@ -56,7 +56,7 @@ As an **example** let's consider the following models:
|
||||
| :---------- | :----- | :------------------- |
|
||||
| image | media | The image file |
|
||||
| title | string | the image title |
|
||||
| description | text | the image dscription |
|
||||
| description | text | the image description |
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user