copyedits (#232)

* fix case

* fix typos

* fix css class names

---------

Co-authored-by: Carl Downing <carl@undivided.io>
This commit is contained in:
Carl Downing
2025-03-09 07:04:11 -07:00
committed by GitHub
parent 554121a20b
commit 1ec87f043f
6 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ export const FeatureFlagProvider = ({
}) => {
const isFeatureEnabled = (minAppVersion: string) => {
// If no version is set, feature is disabled.
// The feature flag component can deside what to display as a fallback - either omit the component or like a "please upgrade to enable".
// The feature flag component can decide what to display as a fallback - either omit the component or like a "please upgrade to enable".
if (!appVersion) return false;
// Extract the base versions without prerelease identifier