Falko Schindler 1 년 전
부모
커밋
b311900928
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -87,7 +87,7 @@ Alternatively you can use VSCode, open the nicegui.code-workspace file and insta
 Then the formatting rules are applied whenever you save a file.
 
 In our point of view, the Black formatter is sometimes a bit too strict.
-There are case where one or the other arrangement of, e.g., function arguments is more readable than the other.
+There are cases where one or the other arrangement of, e.g., function arguments is more readable than the other.
 Then we like the flexibility to either put all arguments on separate lines or only put the lengthy event handler
 on a second line and leave the other arguments as they are.