Skip to content

Commit 64a603e

Browse files
committed
Small correction in Polish translation.
1 parent 120540c commit 64a603e

File tree

3 files changed

+138
-138
lines changed

3 files changed

+138
-138
lines changed

doc/pl/object/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ została usunięta i dlatego nie została wypisana.
8585
### Notacja właściwości
8686

8787
var test = {
88-
'case': 'jestem zastrzeżonym słowem kluczowym, więc muszę być w cudzysłowie',
88+
'case': 'jestem słowem kluczowym, więc muszę być w cudzysłowie',
8989
delete: 'tak samo jak ja' // wyrzuca błąd SyntaxError
9090
};
9191

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var build = require('./build').build,
33
qs = require('querystring'),
44
port = 9900,
5-
repoURL = "https://github.com/cramerdev/JavaScript-Garden";
5+
repoURL = "https://github.com/ciembor/JavaScript-Garden";
66

77
require('http').createServer(function (request, response) {
88
var payload = '';

0 commit comments

Comments
 (0)