We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e7408 commit a58303cCopy full SHA for a58303c
docs/CONTRIBUTING.md
@@ -35,7 +35,7 @@ efforts from contributors on the same issue.
35
36
- Add tests relevant to the fixed bug or new feature.
37
38
-For specific git instructions, see [GitHub workflow 101](https://github.com/servo/servo/wiki/Github-workflow).
+For specific git instructions, see [GitHub workflow 101](https://github.com/servo/servo/wiki/GitHub-workflow).
39
40
## Conduct
41
flutter/lib/common/widgets/login.dart
@@ -538,7 +538,7 @@ Future<bool?> loginDialog() async {
538
),
539
LoginWidgetOP(
540
ops: [
541
- ConfigOP(op: 'Github', iconWidth: 20),
+ ConfigOP(op: 'GitHub', iconWidth: 20),
542
ConfigOP(op: 'Google', iconWidth: 20),
543
ConfigOP(op: 'Okta', iconWidth: 38),
544
],
0 commit comments