Skip to content

Commit 3b198a5

Browse files
committed
minor typo
1 parent 73c7ecf commit 3b198a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/React.Core/JavaScriptEngineFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ protected virtual void InitialiseEngine(IJsEngine engine)
139139
LoadUserScripts(engine);
140140
if (!_config.LoadReact && _scriptLoadException == null)
141141
{
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.
142+
// We expect the user to have loaded their own version of React in the scripts that
143+
// were loaded above, let's ensure that's the case.
144144
EnsureReactLoaded(engine);
145145
}
146146
}

0 commit comments

Comments
 (0)