Skip to content

Commit d7b0558

Browse files
authored
Merge pull request #46 from trevorah/patch-1
Fix little typo
2 parents edc45dc + 9a26fba commit d7b0558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const config = new DdSdkReactNativeConfiguration(
127127
)
128128
DdSdkReactNative.initialize(config);
129129

130-
// Send logs (use the debug, info, warn of error methods)
130+
// Send logs (use the debug, info, warn or error methods)
131131
DdLogs.debug("Lorem ipsum dolor sit amet…", 0, {});
132132
DdLogs.info("Lorem ipsum dolor sit amet…", 0, {});
133133
DdLogs.warn("Lorem ipsum dolor sit amet…", 0, {});

0 commit comments

Comments
 (0)