From c0a8cccac7c7c1871e4a5ba682f44c8c2274c384 Mon Sep 17 00:00:00 2001 From: mikecoomber Date: Wed, 19 Jun 2024 11:43:11 +0100 Subject: [PATCH] fix: Fixed typo in dart template --- scripts/templates/icons.dart.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/icons.dart.template b/scripts/templates/icons.dart.template index 3cbd9bec..28bdd8c2 100644 --- a/scripts/templates/icons.dart.template +++ b/scripts/templates/icons.dart.template @@ -1,7 +1,7 @@ // ignore_for_file: public_member_api_docs, constant_identifier_names import 'package:flutter/material.dart'; -// This file is automatically generated by the zeta-icons respository +// This file is automatically generated by the zeta-icons repository // DO NOT MODIFY const zetaIconsVersion = 'VERSION_NUM';