]> source.dussan.org Git - gitea.git/commitdiff
fix typo
authorwxiaoguang <wxiaoguang@gmail.com>
Thu, 14 Oct 2021 02:51:37 +0000 (10:51 +0800)
committerwxiaoguang <wxiaoguang@gmail.com>
Thu, 14 Oct 2021 02:51:37 +0000 (10:51 +0800)
docs/content/doc/developers/guidelines-frontend.md

index a7881c1bd184d42e6edce57baaadf7006a2189e8..300f02b0e0518e7d3e71ea93bf55d2f8971ebe22 100644 (file)
@@ -31,7 +31,7 @@ We recommend [Google HTML/CSS Style Guide](https://google.github.io/styleguide/h
 
 Guidelines specialized for Gitea:
 
-1. Every feature (Fomantic-UI/jQuery module) should be put in separate files/ directories.
+1. Every feature (Fomantic-UI/jQuery module) should be put in separate files/directories.
 2. HTML ids and classes should use kebab-case.
 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.
 4. jQuery events across different features should use their own namespaces.