Skip to content

Commit b913585

Browse files
committed
Merge pull request airbnb#48 from timofurrer/99bf84776d0f6a31e1363a54df3e790ad6d59d60
Translate into German
2 parents f91e83e + 99bf847 commit b913585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@
963963
// bad
964964
this.__firstName__ = 'Panda';
965965
this.firstName_ = 'Panda';
966-
966+
967967
// good
968968
this._firstName = 'Panda';
969969
```
@@ -1345,6 +1345,7 @@
13451345
13461346
This style guide is also available in other languages:
13471347
1348+
- **German**: [timofurrer/javascript-style-guide](https://github.com/timofurrer/javascript-style-guide)
13481349
- **Japanese**: [mitsuruog/javacript-style-guide](https://github.com/mitsuruog/javacript-style-guide)
13491350
13501351
## <a name='guide-guide'>The JavaScript Style Guide Guide</a>

0 commit comments

Comments
 (0)