From fe388a6b792a88c07d907393d48af92f9c177294 Mon Sep 17 00:00:00 2001 From: Patrick Reilly Date: Tue, 21 Apr 2015 15:46:52 -0700 Subject: [PATCH] fix typo --- www/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/README.md b/www/README.md index dc4db788872..41ac8b6a0e0 100644 --- a/www/README.md +++ b/www/README.md @@ -91,7 +91,7 @@ This is the file that is built-in to the kube-apiserver. See [master/components/README.md](master/components/README.md). ### Testing -Currently kuberntes/www includes both unit-testing (run via [Karma](http://karma-runner.github.io/0.12/index.html)) and +Currently kubernetes/www includes both unit-testing (run via [Karma](http://karma-runner.github.io/0.12/index.html)) and end-to-end testing (run via [Protractor](http://angular.github.io/protractor/#/)).