From 68e3d55c170fdc4da8f03f6b85066ba2bb39a7ea Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 29 Dec 2020 15:26:06 +1000 Subject: [PATCH] typo --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index ec5ea5684..f83a19b89 100644 --- a/.bazelrc +++ b/.bazelrc @@ -30,7 +30,7 @@ build:ci --show_timestamps --isatty=0 --color=yes --show_progress_rate_limit=5 # the typescript generation hack in rules_svelte is not hermetic, and # converts declared types in props to 'any' if it's not run locally. -# Fixing it properly will probably require moving the Svelete rules to +# Fixing it properly will probably require moving the Svelte rules to # ts_project() build:ci --strategy Svelte=local