Skip to content

Commit e08a722

Browse files
docs: fix typo in explicit-member-accessibility (#7224)
Fix typo in explicit-member-accessibility
1 parent 058c449 commit e08a722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/eslint-plugin/docs/rules/explicit-member-accessibility.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: 'Require explicit accessibility modifiers on class properties and m
77
> See **https://typescript-eslint.io/rules/explicit-member-accessibility** for documentation.
88
99
TypeScript allows placing explicit `public`, `protected`, and `private` accessibility modifiers in front of class members.
10-
The modifiers exist solely in the type system and just server to describe who is allowed to access those members.
10+
The modifiers exist solely in the type system and just serve to describe who is allowed to access those members.
1111

1212
Leaving off accessibility modifiers makes for less code to read and write.
1313
Members are `public` by default.

0 commit comments

Comments
 (0)