Skip to content

Commit 98e259a

Browse files
muandgraham
andauthored
Apply suggestions from code review
Co-authored-by: David Graham <[email protected]>
1 parent c12879f commit 98e259a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: npm install, build, and test
1414
run: |
1515
npm install
16-
npm run build --if-present
16+
npm run build
1717
npm test
1818
env:
1919
CI: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ npm install @github/details-menu-element
1212

1313
### Script
1414

15-
Import as ES modules:
15+
Import as a module:
1616

1717
```js
1818
import '@github/details-menu-element'

0 commit comments

Comments
 (0)