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.