2 parents 4d9dc6c + 86cd4a2 commit a4115f0Copy full SHA for a4115f0
1 file changed
README.md
@@ -595,7 +595,7 @@
595
```javascript
596
// bad
597
// make() returns a new element
598
- // based on the pased in tag name
+ // based on the passed in tag name
599
//
600
// @param <String> tag
601
// @return <Element> element
@@ -609,7 +609,7 @@
609
// good
610
/**
611
* make() returns a new element
612
- * based on the pased in tag name
+ * based on the passed in tag name
613
*
614
* @param <String> tag
615
* @return <Element> element
0 commit comments