Skip to content

Commit

Permalink
text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmi-udaan committed Jan 30, 2022
1 parent 774de82 commit af55d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ImageWidth (config: Config) : Rule(config) {
CodeSmell(
issue = issue,
entity = Entity.from(expression),
message = "Usage of w_768 detected. Please use precise width as per design/UI to avoid high bandwidth usage.."
message = "Usage of w_768 detected. Please use precise width as per design/UI to avoid high bandwidth usage."
)
)
}
Expand Down

0 comments on commit af55d5a

Please sign in to comment.