From 0a839b83735f3f77d8f568f3e7cf5fb9e5e78e8b Mon Sep 17 00:00:00 2001 From: Mac Date: Tue, 11 Apr 2017 13:26:21 -0700 Subject: [PATCH] typo --- scripts/closure-compiler/build-devapp-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/closure-compiler/build-devapp-bundle.sh b/scripts/closure-compiler/build-devapp-bundle.sh index a292742d526f..504da1134890 100755 --- a/scripts/closure-compiler/build-devapp-bundle.sh +++ b/scripts/closure-compiler/build-devapp-bundle.sh @@ -1,7 +1,7 @@ #!/bin/bash # Script that bundles the dev-app using the Google Closure compiler. -# This is script is used to verify closure-compatiblity of all Material components. +# This is script is used to verify closure-compatibility of all Material components. set -e -o pipefail