Skip to content

Commit ae89466

Browse files
authored
veb.assets: ✏️ fix typo in veb.assets error message (#23908)
1 parent a5affa5 commit ae89466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/veb/assets/assets.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pub fn (mut am AssetManager) add(asset_type AssetType, file_path string, include
9393
return error('cannot minify asset of type "all"')
9494
}
9595
if !os.exists(file_path) {
96-
return error('cnanot add asset: file "${file_path}" does not exist')
96+
return error('cannot add asset: file "${file_path}" does not exist')
9797
}
9898

9999
last_modified_unix := os.file_last_mod_unix(file_path)

0 commit comments

Comments
 (0)