Skip to content

Commit 70a7599

Browse files
committed
fix: correct typo in cursor rule documentation regarding line limits
1 parent df4ff00 commit 70a7599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cursor/rules/core/create-rule-agent.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ alwaysApply: true
5757
- AutoRuleGen Success: path/rule-name.mdc
5858
- Rule Type: {Rule Type}
5959
- Rule Description: {The exact content of the description field}
60-
- A cursor rule should be 500 lines or less. If it is longer or contains multiple differeing concerns and actions, it should be split into multiple distinct rules that can be called separately or sequentially.
60+
- A cursor rule should be 500 lines or less. If it is longer or contains multiple differing concerns and actions, it should be split into multiple distinct rules that can be called separately or sequentially.
6161
- Before creating a new rule, check if a similar rule already exists. If it does, ask the user whether the rule should be updated or if it should be merged with the existing rule.
6262

6363
## Rule Content

0 commit comments

Comments
 (0)