Skip to content

Conversation

IEvangelist
Copy link
Member

Summary

Added latestFeature example to global.json docs.

Fixes #17975

Copy link
Contributor

@tdykstra tdykstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

}
```

The following example shows how to use the latest feature band and patch version installed of a specific major and minor version (in the form, 3.1.xxx):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the clause in parentheses is necessary, but if you decide to keep it I would remove the comma.

Suggested change
The following example shows how to use the latest feature band and patch version installed of a specific major and minor version (in the form, 3.1.xxx):
The following example shows how to use the latest feature band and patch version installed of a specific major and minor version:

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressing this in another PR: #17990

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.

Add example for 3.1 latestFeature, since this is very common for projects on 3.1 LTS
4 participants