Skip to content

Commit 2b266d8

Browse files
Update cursor.mdc
fix typo
1 parent a066ee0 commit 2b266d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cursor/rules/cursor.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ alwaysApply: true
77
# Your rule content
88

99
## Key Rules
10-
- use fulnames like e.g. feature, instaed of feat
10+
- use full names like e.g. feature, instead of feat
1111
- run go build after each code modification to see if app compiles
1212

1313
## Code Style Guidelines
@@ -23,4 +23,4 @@ alwaysApply: true
2323
- `cmd/`: CLI command implementations
2424
- `config/`: Configuration handling
2525
- `tools/`: Tool-specific implementations
26-
- `utils/`: Utility functions and static - look for static like default file permisson here
26+
- `utils/`: Utility functions and static - look for static like default file permisson here

0 commit comments

Comments
 (0)