Skip to content

Commit 9fc8097

Browse files
Fix lint errors
1 parent 41880e6 commit 9fc8097

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sources/platform/actors/development/quick_start/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Use the Apify toolset for vibe coding:
6767
title="Start with vibe coding"
6868
to="/platform/actors/development/quick-start/vibe-coding"
6969
/>
70-
</CardGrid>
70+
</CardGrid>

sources/platform/actors/development/quick_start/vibe_coding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ The best rules and instructions are specific for individual use cases, but we pr
103103

104104
As the project evolves, you might introduce new things. Always make sure that your rules are up to date.
105105

106-
107106
### Best practices
108107

109-
- **Small tasks**: Don't ask LLMs for many tasks at once. Break complex problems into smaller pieces. Solve them step by step.
108+
- **Small tasks**: Don't ask AI for many tasks at once. Break complex problems into smaller pieces. Solve them step by step.
110109

111110
- **Iterative approach**: Work iteratively with clear steps. Start with a basic implementation and gradually add complexity.
112111

0 commit comments

Comments
 (0)