Skip to content

Commit

Permalink
Rephrase warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Nov 23, 2019
1 parent 5fa2dc0 commit 71a0c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServerlessOffline.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export default class ServerlessOffline {
if (!versionIsSatisfied) {
logWarning(
`serverless-offline requires serverless version ${requiredVersionRange} but found version ${currentVersion}.
Be aware that functionality might be limited or has serious bugs.
Be aware that functionality might be limited or contains bugs.
To avoid any issues update serverless to a later version.
`,
)
Expand Down

0 comments on commit 71a0c3c

Please sign in to comment.