Skip to content

Commit e1f4b30

Browse files
docs: fix typos in CONTRIBUTING.md (#2800)
Fix a few minor typos in the contributing documentation. Thanks! ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [ ] I have added sample code updates to the [changelog]. - [ ] I updated/added relevant documentation (doc comments with `///`). If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md [changelog]: ../CHANGELOG.md Co-authored-by: Eric Windmill <eric@ericwindmill.com>
1 parent 18e6d75 commit e1f4b30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _See also: [Flutter's code of conduct]_
2020
## Is this the right place for your sample?
2121

2222
In most cases, if you've written a great sample app, it should be maintained
23-
in your own repoistory. You can maintain your sample app in your own repo
23+
in your own repository. You can maintain your sample app in your own repo
2424
(or with another source control provider) and still be as important a part of
2525
the Flutter-verse as anything you see here.
2626

@@ -99,7 +99,7 @@ Validate your idea against the following criteria:
9999

100100
1. **The sample solves a single problem or set of tightly coupled problems.** <br/>
101101
If not, you're either writing a Demo app or an extended sample. These might
102-
still be appropriate for the samples repos, but need to be justified.
102+
still be appropriate for the sample repos, but need to be justified.
103103

104104
2. **The target audience for the sample isn’t beginners.**
105105
3. **The sample code isn’t so complex that it needs video or text explanation.** <br />
@@ -115,10 +115,10 @@ Validate your idea against the following criteria:
115115
6. **The topic doesn’t have crossover with any existing samples.** <br />
116116
If it does, ensure that it wouldn't be better to update the existing sample.
117117

118-
## What are your ongoing maintenance resposibilities?
118+
## What are your ongoing maintenance responsibilities?
119119

120120
All sample code has an unbound maintenance cost. If you cannot commit to maintaining a sample
121-
(for the forseeable future, barring changes in life circumstances), then you should talk to the
121+
(for the foreseeable future, barring changes in life circumstances), then you should talk to the
122122
[primary maintainers] of this project, particularly @ericwindmill, before submitting a PR.
123123

124124
Any new sample **must** have a CODEOWNER, and that owner is most likely you (the author).

0 commit comments

Comments
 (0)