Skip to content

Commit a4115f0

Browse files
committed
Merge pull request airbnb#23 from askalot/master
Fixed minor typo
2 parents 4d9dc6c + 86cd4a2 commit a4115f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
```javascript
596596
// bad
597597
// make() returns a new element
598-
// based on the pased in tag name
598+
// based on the passed in tag name
599599
//
600600
// @param <String> tag
601601
// @return <Element> element
@@ -609,7 +609,7 @@
609609
// good
610610
/**
611611
* make() returns a new element
612-
* based on the pased in tag name
612+
* based on the passed in tag name
613613
*
614614
* @param <String> tag
615615
* @return <Element> element

0 commit comments

Comments
 (0)