Skip to content

Commit

Permalink
replace ’ with correct single quote (')
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Aug 8, 2024
1 parent fd77764 commit 2a4bca2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ You can use one of the following two approaches:
> $Type: 'Capabilities.FilterRestrictionsType',
> FilterExpressionRestrictions: [{
> Property: 'Set/SalesOrganization',
> AllowedExpressions: 'MultiValue
> AllowedExpressions: 'MultiValue'
> }]
> }
> }
Expand Down Expand Up @@ -374,4 +374,3 @@ You can use one of the following two approaches:
For more information about how to configure filter bars, see [Adapting the Filter Bar](adapting-the-filter-bar-609c39a.md).
For information about the initial loading of data, see [Loading Behavior of Data on Initial Launch of the Application](loading-behavior-of-data-on-initial-launch-of-the-application-9f4e119.md).

0 comments on commit 2a4bca2

Please sign in to comment.