Closed patrick91 closed 4 months ago
This pull request reverts a previous commit that fixed a typo in multiple documentation files. The changes primarily involve reverting the formatting of tip, warning, caution, and info blocks in the documentation.
Files | Changes |
---|---|
docs/guide/filters.md docs/guide/ordering.md docs/guide/fields.md docs/guide/mutations.md docs/guide/types.md docs/guide/authentication.md docs/guide/export-schema.md docs/guide/optimizer.md docs/guide/permissions.md docs/guide/queries.md docs/guide/relay.md |
Reverted the formatting of various documentation blocks (TIP, WARNING, CAUTION, INFO, NOTE) to their previous state. |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.84%. Comparing base (
74adfca
) to head (172fab3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This reverts commit f845a0c7e854fc3cb3f55945b487650e8a3ed562.
Description
Types of Changes
Issues Fixed or Closed by This PR
*
Checklist
Summary by Sourcery
This pull request reverts a previous commit that fixed a typo in multiple documentation files. The changes restore the original state of the documentation by replacing the corrected 'TIP', 'WARNING', 'CAUTION', 'INFO', and 'NOTE' annotations with their previous incorrect forms.