Skip to content

Commit 86cd4a2

Browse files
committed
Fixed typo -> pased to passed
1 parent 4d9dc6c commit 86cd4a2

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)