-
Notifications
You must be signed in to change notification settings - Fork 39
[3.3] Fix typo or copy/paste error in Prebuilt Database pages #996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/3.3
Are you sure you want to change the base?
Conversation
[in order for comments to be added]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a malformed AsciiDoc syntax error in the prebuilt database documentation across multiple platform modules. The change corrects nested pass:q,a[]
markup that was causing improper rendering of the "Sync Gateway" reference.
- Replaces malformed nested
pass:q,a[_pass:q,a[Sync{nbsp}Gateway]_]
with properly formatted_Sync{nbsp}Gateway_
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
modules/swift/pages/prebuilt-database.adoc | Fixes malformed AsciiDoc markup for Sync Gateway reference |
modules/objc/pages/prebuilt-database.adoc | Fixes malformed AsciiDoc markup for Sync Gateway reference |
modules/java/pages/prebuilt-database.adoc | Fixes malformed AsciiDoc markup for Sync Gateway reference |
modules/csharp/pages/prebuilt-database.adoc | Fixes malformed AsciiDoc markup for Sync Gateway reference |
modules/android/pages/prebuilt-database.adoc | Fixes malformed AsciiDoc markup for Sync Gateway reference |
CI failing and I think its similar with an earlier PR |
35f5a3e
to
16db42f
Compare
#995 for 3.3