Skip to content

docs(configuration): fix closing punctuation for matches in examples#2886

Open
MountainGod2 wants to merge 1 commit intofacebook:mainfrom
MountainGod2:update-docs
Open

docs(configuration): fix closing punctuation for matches in examples#2886
MountainGod2 wants to merge 1 commit intofacebook:mainfrom
MountainGod2:update-docs

Conversation

@MountainGod2
Copy link

Summary

Changed two instances of: matches = "sub/**` to fix unterminated string errors in config examples.

error: Failed to parse: `pyproject.toml`
  Caused by: TOML parse error at line 33, column 19
   |
33 | matches = "sub/**`
   |                   ^
invalid basic string, expected `"`

Changed two instances of `matches = "sub/**`` to `matches = "sub/**"` to fix unterminated string errors
@meta-cla meta-cla bot added the cla signed label Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant