Fix typo (#33)

This commit is contained in:
(◕ᴥ◕) 2016-12-20 19:56:24 +08:00 committed by Mihail Diordiev
parent 8dbcb836ce
commit 84b962de19

View File

@ -17,9 +17,9 @@ type Report {
description: String,
# The last dispatched action before the report was sent
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,
# 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,
# Screenshot url or blob as a string
screenshot: String,