We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c7ecf commit 3b198a5Copy full SHA for 3b198a5
src/React.Core/JavaScriptEngineFactory.cs
@@ -139,8 +139,8 @@ protected virtual void InitialiseEngine(IJsEngine engine)
139
LoadUserScripts(engine);
140
if (!_config.LoadReact && _scriptLoadException == null)
141
{
142
- // We expect to user to have loaded their own version of React in the scripts that
143
- // were loaded above, let's ensure that's the case.
+ // We expect the user to have loaded their own version of React in the scripts that
+ // were loaded above, let's ensure that's the case.
144
EnsureReactLoaded(engine);
145
}
146
0 commit comments