Skip to content

Commit 7a046cd

Browse files
fix(tutos): fix inlinecode
1 parent 4f3f196 commit 7a046cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/strapi/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,17 @@ In this step, we will use the Strapi dashboard to configure Strapi for a very si
129129
<Lightbox src="scaleway-select_collection_fields.webp" alt="" />
130130

131131
Next, we will define the fields for our Blog database. We will add two text fields, one to hold the title of each blog post and one to hold the content of each post:
132-
5. Click `Text`. The following screen displays:
132+
5. Click **Text**. The following screen displays:
133133
<Lightbox src="scaleway-add-text-field.webp" alt="" />
134134
6. Enter `Title` in the name field, and click **Add another field**:
135135
<Lightbox src="scaleway-add-title.webp" alt="" />
136136

137137
You are taken back to the list of possible field types:
138138

139139
<Lightbox src="scaleway-select_collection_fields.webp" alt="" />
140-
7. Click `Text`. The following screen displays:
140+
7. Click **Text**. The following screen displays:
141141
<Lightbox src="scaleway-add-text-field.webp" alt="" />
142-
8. Enter `Content` in the name field, and select **Long text** underneath, then click **Finish**:
142+
8. Enter **Content** in the name field, and select **Long text** underneath, then click **Finish**:
143143
<Lightbox src="scaleway-add-content.webp" alt="" />
144144
9. A summary of the Blog collection that you have just created displays. Click **Save**:
145145
<Lightbox src="scaleway-blog-created.webp" alt="" />

0 commit comments

Comments
 (0)