Skip to content

Commit

Permalink
accept grammar correction suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Dana <[email protected]>
  • Loading branch information
albertotirla and ferdnyc authored Oct 10, 2024
1 parent 7987483 commit b9f072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here is what you need to know if you want to add a new feature:
- [ ] Find the AT-SPI event that corresponds to the desired feature
- Take a look at the docs for `common/events/` and try to find the right event.
- For example, to create a feature that reads out changed text in an aria-live region, you would want the event `TextChangedEvent`.
- [ ] Decide if there are any pre-requisites to the feature being triggerwd (think: focused window only, open tab only, etc.)
- [ ] Decide if there are any prerequisites to the feature being triggered (think: focused window only, open tab only, etc.)
- [ ] See if the prerequisite is already defined
- Check out the `odilia/src/tower/cache_event.rs` file for types that implement the `Predicate` trait (defined in the `refinement` create).
- [ ] Decide what, if any, state is required for your feature (caret position, last focused item, etc.)
Expand Down

0 comments on commit b9f072d

Please sign in to comment.