File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,26 +163,6 @@ slug: /actors/development/create # ✅ Matches file path
163163
164164- [ ] Includes JavaScript and Python where applicable
165165
166- ** Example** :
167-
168- ``` markdown
169- # ✅ Good
170-
171- ``` javascript
172- // Fetch actor details
173- const actor = await client .actor (' john-doe/my-actor' ).get ();
174- console .log (actor);
175-
176- ```
177-
178- # ❌ Bad
179-
180- ``` text
181- const a = await c.actor('x').get(); // No language tag, unclear names
182- ```
183-
184- ```
185-
186166### 5. Links
187167
188168** Internal Links** :
@@ -268,10 +248,12 @@ Click [here](link) to learn more.
268248** Example** :
269249
270250``` markdown
271- # ✅ Good - has title
251+ # ✅ Good - has title and correct spacing
272252
273253:::tip Performance optimization
254+
274255Use ` requestHandlerTimeoutSecs ` to prevent slow requests from blocking your Actor.
256+
275257:::
276258
277259# ❌ Bad - missing title (REQUIRED)
You can’t perform that action at this time.
0 commit comments