diff --git a/mock-api/mockServer.js b/mock-api/mockServer.js index 88bc0a9a0..9951d31de 100644 --- a/mock-api/mockServer.js +++ b/mock-api/mockServer.js @@ -105,7 +105,7 @@ export default () => { let message = 'message #' + count; if (count % 6 === 1) { message += - ' with a long message that will be wrapped, to see if it stays one a single line'; + ' that is a long message that will be wrapped, to test if it gets truncated'; } const data = { t: new Date().toISOString(),