Skip to content

Commit 9a26fba

Browse files
authored
Fix little typo
1 parent edc45dc commit 9a26fba

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)