Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit 1483292

Browse files
committed
Fix naming typo
1 parent b7492ff commit 1483292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ Other Style Guides
11481148
```javascript
11491149
// bad
11501150
// filename es6.js
1151-
export { es6 as default } from './airbnbStyleGuide';
1151+
export { es6 as default } from './AirbnbStyleGuide';
11521152
11531153
// good
11541154
// filename es6.js

0 commit comments

Comments
 (0)