Skip to content

Commit

Permalink
docs: fix typo of sibling
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Apr 28, 2024
1 parent 59b6e60 commit 267e13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/sort-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ import axios from 'axios'
import Button from '~/components/Button'
// 'parent' - Modules from parent directory
import formatNumber from '../utils/format-number'
// 'siblings' - Modules from the same directory
// 'sibling' - Modules from the same directory
import config from './config'
// 'side-effect' - Side effect imports
import './set-production-env.js'
Expand Down

0 comments on commit 267e13d

Please sign in to comment.