Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Sep 10, 2024
1 parent 468310d commit 092de88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/usf/jquery/web/ViewDecorator.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ default void parseColumns(QueryBuilder query, Map<String, String[]> parameters)
.forEach(query::columns);
}
else {
throw new IllegalArgumentException(format("requrie '%s' or '%s' parameter", COLUMN, COLUMN_DISTINCT));
throw new IllegalArgumentException(format("require '%s' or '%s' parameter", COLUMN, COLUMN_DISTINCT));
}
}

Expand Down

0 comments on commit 092de88

Please sign in to comment.