diff --git a/examples/index.php b/examples/index.php index e65146b9..1f8b7453 100644 --- a/examples/index.php +++ b/examples/index.php @@ -47,7 +47,7 @@ if(!is_readable($documentFilename)) { - die(sprintf('Example "%s" dosn\'t exist.', $name)); + die(sprintf('Example "%s" doesn\'t exist.', $name)); } $xml = str_replace('dir:', __DIR__.'/', file_get_contents($documentFilename));