|  | @@ -211,7 +211,7 @@ function check_neovim_min_version() {
 | 
	
		
			
				|  |  |  function verify_core_plugins() {
 | 
	
		
			
				|  |  |    msg "Verifying core plugins"
 | 
	
		
			
				|  |  |    if ! bash "$LUNARVIM_BASE_DIR/utils/ci/verify_plugins.sh"; then
 | 
	
		
			
				|  |  | -    echo "[ERROR]: Unable to verify plugins, makde sure to manually run ':PackerSync' when starting lvim for the first time."
 | 
	
		
			
				|  |  | +    echo "[ERROR]: Unable to verify plugins, make sure to manually run ':PackerSync' when starting lvim for the first time."
 | 
	
		
			
				|  |  |      exit 1
 | 
	
		
			
				|  |  |    fi
 | 
	
		
			
				|  |  |    echo "Verification complete!"
 |