Skip to content

Commit 2118231

Browse files
Fix typo
1 parent c75f938 commit 2118231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@ export const API_KEY = 'SOMEKEY'
179179
// bad
180180

181181
// This is a very long comment that continues on and goes over multiple lines,
182-
// saying something very long and details which all developers will appreciate
182+
// saying something very long and detailed which all developers will appreciate
183183
// reading and thinking about.
184184

185185
/* This is just a single line comment. */
186186

187187
// good
188188

189189
/* This is a very long comment that continues on and goes over multiple lines,
190-
* saying something very long and details which all developers will appreciate
190+
* saying something very long and detailed which all developers will appreciate
191191
* reading and thinking about. */
192192

193193
// This is just a single line comment.

0 commit comments

Comments
 (0)