Skip to content

Commit 60be74c

Browse files
committed
🦄 fix spelling mistake
1 parent 0a88b29 commit 60be74c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/main/java/com/tale/ext/Theme.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public static List<Comments> recent_comments(int limit) {
360360
*
361361
* @return
362362
*/
363-
public static List<MetaDto> categries(int limit) {
363+
public static List<MetaDto> categories(int limit) {
364364
if (null == siteService) {
365365
return EMPTY;
366366
}
@@ -372,7 +372,7 @@ public static List<MetaDto> categries(int limit) {
372372
* @param limit
373373
* @return
374374
*/
375-
public static List<MetaDto> rand_categries(int limit) {
375+
public static List<MetaDto> rand_categories(int limit) {
376376
if (null == siteService) {
377377
return EMPTY;
378378
}
@@ -384,8 +384,8 @@ public static List<MetaDto> rand_categries(int limit) {
384384
*
385385
* @return
386386
*/
387-
public static List<MetaDto> categries() {
388-
return categries(TaleConst.MAX_POSTS);
387+
public static List<MetaDto> categories() {
388+
return categories(TaleConst.MAX_POSTS);
389389
}
390390

391391
/**

0 commit comments

Comments
 (0)