Skip to content

Commit ff7ac15

Browse files
Update CONTRIBUTING.md
Update English convention
1 parent d8b7c42 commit ff7ac15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Images should go into dedicated `images` folder:
5252

5353
### English style convention
5454

55-
Use American English spelling and style in your code and command metadata.
55+
Use American English spelling and style for your command metadata.
5656
To make sure you use the right version, refer to [Wikipedia](https://en.wikipedia.org/wiki/Comparison_of_American_and_British_English) or use [British to American English Converter](https://www.infoenglish.net/british-to-american-english/)
5757

5858
### File naming convention
5959

60-
Use dash-case format for script files and directories, and use proper file extensions: Applescript should be `.applescript`, Swift should be `.swift`, Bash should be `.sh`, etc.
60+
Use lowercased, dash-case format for script files and directories, and use proper file extensions: Applescript should be `.applescript`, Swift should be `.swift`, Bash should be `.sh`, etc.
6161
Example: `spotify-next-track.applescript`
6262

6363
### Metadata convention

0 commit comments

Comments
 (0)