Fix typo (#33)
This commit is contained in:
parent
8dbcb836ce
commit
84b962de19
@ -17,9 +17,9 @@ type Report {
|
|||||||
description: String,
|
description: String,
|
||||||
# The last dispatched action before the report was sent
|
# The last dispatched action before the report was sent
|
||||||
action: String,
|
action: String,
|
||||||
# Stringified actions or the state or both, which should be loaded inti the application to reproduce the exact behavior
|
# Stringified actions or the state or both, which should be loaded the application to reproduce the exact behavior
|
||||||
payload: String,
|
payload: String,
|
||||||
# Stringified preloaded state object. Could be the innitial state of teh app or commited state (after dispatching COMMIT action or reaching maxAge)
|
# Stringified preloaded state object. Could be the initial state of the app or committed state (after dispatching COMMIT action or reaching maxAge)
|
||||||
preloadedState: String,
|
preloadedState: String,
|
||||||
# Screenshot url or blob as a string
|
# Screenshot url or blob as a string
|
||||||
screenshot: String,
|
screenshot: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user