Fix some typos

This commit is contained in:
Girish Ramakrishnan
2019-03-06 15:59:35 -08:00
parent 8d7f7cb438
commit c6b3d15d72
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ function oomEvent(eventId, app, addon, containerId, event, callback) {
program = addon.name;
title = `The ${addon.name} service ran out of memory`;
message = 'The service has been restarted automatically. If you see this notification often, consider increasing the [memory limit](https://cloudron.io/documentation/troubleshooting/#services)';
} else {
} else { // this never happens currently
program = containerId;
title = `The container ${containerId} ran out of memory`;
message = 'The container has been restarted automatically. Consider increasing the [memory limit](https://docs.docker.com/v17.09/edge/engine/reference/commandline/update/#update-a-containers-kernel-memory-constraints)';