diff --git a/src/nginxconfig/i18n/pl/templates/global_sections/docker.js b/src/nginxconfig/i18n/pl/templates/global_sections/docker.js
index 62d2f3f..484dbe4 100644
--- a/src/nginxconfig/i18n/pl/templates/global_sections/docker.js
+++ b/src/nginxconfig/i18n/pl/templates/global_sections/docker.js
@@ -35,7 +35,7 @@ export default {
dockerCompose: `${docker} Compose`,
applyDockerTweaks: `Zastosuj poprawki pod ${docker}a`,
applyDockerTweaksForNginx: `Zastosuj poprawki konfiguracyjne pod ${common.nginx} z ${docker}em`,
- applyDockerTweaksExplainer: `Aktualizuje urzytkownika ${common.nginx} na nginx
oraz ustawia pid na /var/run/nginx.pid
`,
+ applyDockerTweaksExplainer: `Aktualizuje użytkownika ${common.nginx} na nginx
oraz ustawia pid na /var/run/nginx.pid
`,
includeDockerfile: `Dołącz ${dockerfile}, aby uruchomić ${common.nginx} z ${docker}`,
includeDockerCompose: `Dołącz docker-compose, aby uruchomić ${common.nginx} z docker-compose`,
};