fix: Update curl command example in documentation#313
Merged
marcelomendoncasoares merged 1 commit intoserverpod:mainfrom Dec 26, 2025
Merged
fix: Update curl command example in documentation#313marcelomendoncasoares merged 1 commit intoserverpod:mainfrom
marcelomendoncasoares merged 1 commit intoserverpod:mainfrom
Conversation
Contributor
Author
This is a small fix to avoid reader confusion. In the curl example, the age is 37, but the output shows 27.
@vlidholt take a look please.
|
marcelomendoncasoares
approved these changes
Dec 26, 2025
Collaborator
marcelomendoncasoares
left a comment
There was a problem hiding this comment.
Thanks for the fix, @vfiruz97!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #313 +/- ##
=======================================
Coverage 91.97% 91.97%
=======================================
Files 97 97
Lines 3728 3728
Branches 1904 1904
=======================================
Hits 3429 3429
Misses 299 299 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This PR fixes a small inconsistency in the Relic documentation.
The example
curlcommand has been updated to use the same URL as shown in the previous step of the guide. This helps keep the documentation consistent and avoids confusion for users following the tutorial step by step.Related Issues
Pre-Launch Checklist
///), ensuring consistency with existing project documentation.Breaking Changes
Additional Notes
This is a documentation-only change and does not affect any runtime behavior or APIs.