rwaldron / idiomatic.js

Principles of Writing Consistent, Idiomatic JavaScript
Other
24.67k stars 3.47k forks source link

Typo in line 485 in the German readme.md #177

Open ieservices opened 9 years ago

ieservices commented 9 years ago
+document.getElementById("foo-input".value;

Needs to be replaced with:

+document.getElementById("foo-input").value;