Skip to content

Commit b0c0494

Browse files
committed
fix typo
1 parent f092f19 commit b0c0494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/developers/guidelines-frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We recommend [Google HTML/CSS Style Guide](https://google.github.io/styleguide/h
3131

3232
Guidelines specialized for Gitea:
3333

34-
1. Every feature (Fomantic-UI/jQuery module) should be put in separate files/ directories.
34+
1. Every feature (Fomantic-UI/jQuery module) should be put in separate files/directories.
3535
2. HTML ids and classes should use kebab-case.
3636
3. HTML ids and classes used in JavaScript should be unique for the whole project, and should contain 2-3 feature related keywords. We recommend to use the `js-` prefix for classes that are only used in JavaScript.
3737
4. jQuery events across different features should use their own namespaces.

0 commit comments

Comments
 (0)