fix docs and spec

This commit is contained in:
deepak1556 2016-05-08 01:31:04 +05:30
parent 0f2ae385ed
commit 9c71c9fa6a
3 changed files with 15 additions and 7 deletions

View file

@ -52,7 +52,7 @@ void Protocol::RegisterStandardSchemes(
if (Browser::Get()->is_ready()) {
isolate()->ThrowException(v8::Exception::Error(mate::StringToV8(
isolate(),
"\"protocol.registerStandardSchemes\" should be called before"
"protocol.registerStandardSchemes should be called before"
"app is ready")));
return;
}