Skip to content

Commit 8d18517

Browse files
exKAZUurozele
authored andcommitted
Fix typos: nformation -> information. (microsoft#1804)
1 parent 556af2e commit 8d18517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReactWindows/ReactNative.Net46/Modules/NetInfo/NetInfoModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactNative.Modules.NetInfo
1111
{
1212
/// <summary>
13-
/// Module that monitors and provides nformation about the connectivity
13+
/// Module that monitors and provides information about the connectivity
1414
/// state of the device.
1515
/// </summary>
1616
public class NetInfoModule : ReactContextNativeModuleBase, ILifecycleEventListener

ReactWindows/ReactNative/Modules/NetInfo/NetInfoModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace ReactNative.Modules.NetInfo
1111
{
1212
/// <summary>
13-
/// Module that monitors and provides nformation about the connectivity
13+
/// Module that monitors and provides information about the connectivity
1414
/// state of the device.
1515
/// </summary>
1616
public class NetInfoModule : ReactContextNativeModuleBase, ILifecycleEventListener

0 commit comments

Comments
 (0)