Fix duplicated word in GraphQL description#1116
Fix duplicated word in GraphQL description#1116Ansh07017 wants to merge 2 commits intoPalisadoesFoundation:developfrom
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This is a documentation-only change. |
|
We are now focusing on these types of issues as priority areas:
We will only be accepting feature issues for deficiencies that are obviously lacking in the apps. These are things that make it very difficult to operate the apps. Even so, the PRs will still require you to understand testing as stated before. Cosmetic changes that require only a few lines of code, or relate to screen sizes unlikely to be used are not acceptable under this policy. Closing |
|
|
@palisadoes Even I find this really bizarre. I've investigated and confirmed:
I suspect it might be:
I'll continue investigating to find the root cause. |
|
I tried changing it to the correct file name and it failed too |
What kind of change does this PR introduce?
Documentation-only change.
Issue Number:
N/A
Did you add tests for your changes?
No (documentation-only change).
Snapshots/Videos:
N/A
If relevant, did you update the documentation?
Yes – https://github.com/PalisadoesFoundation/talawa-docs/blob/develop/docs/developers/introduction/introduction.md
Summary
Fixes a duplicated word ("for") in the GraphQL description to improve clarity and readability of the developer documentation.
Does this PR introduce a breaking change?
No.
Other information
N/A
Have you read the contributing guide?
Yes