Skip to content

Commit 26e545b

Browse files
committed
Merge branch 'master' of github.com:reactjs/React.NET
2 parents 47bd5b9 + dd0bd7a commit 26e545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React.Core/JavaScriptEngineFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private static Func<IJsEngine> GetFactory(JsEngineSwitcher jsEngineSwitcher, boo
252252
else
253253
{
254254
throw new ReactEngineNotFoundException(
255-
"Could not find a factory, that creates an instance of the JavaScript " +
255+
"Could not find a factory that creates an instance of the JavaScript " +
256256
"engine with name `" + defaultEngineName + "`.");
257257
}
258258
}

0 commit comments

Comments
 (0)