Skip to content

Commit 63af933

Browse files
author
dimitri
committed
fix typo in selection-set-depth rule
1 parent a92267b commit 63af933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin/src/rules/selection-set-depth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const rule: GraphQLESLintRule<SelectionSetDepthRuleConfig> = {
8888
} catch (e) {
8989
// eslint-disable-next-line no-console
9090
console.warn(
91-
`Rule "selection-set-depth" works best with sibligns operations loaded. For more info: http://bit.ly/graphql-eslint-operations`
91+
`Rule "selection-set-depth" works best with siblings operations loaded. For more info: http://bit.ly/graphql-eslint-operations`
9292
);
9393
}
9494

0 commit comments

Comments
 (0)