chore(docs): fix linting issue

This commit is contained in:
Mike Diarmid
2020-01-20 10:21:13 +00:00
committed by GitHub
parent c497742bad
commit d11c4ffe5b

View File

@@ -107,7 +107,7 @@ export namespace FirebaseCrashlyticsTypes {
/**
* Record a JavaScript Error.
*
* The JavaScript stack trace is converted into a mock native iOS or Android exception before submission.
* The JavaScript stack trace is converted into a mock native iOS or Android exception before submission.
* The line numbers in the stack trace (if available) will be relative to the javascript bundle built by your packager,
* after whatever transpilation or minimization steps happen. You will need to maintain sourcemaps to decode them if desired.
*