Skip to content

Commit

Permalink
[docs] Consistently use tabs within indexes.mdx (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethshea authored May 2, 2024
1 parent caffc1b commit dbc9f49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions www/src/pages/en/modeling/indexes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ indexes: {
field: string;
composite: AttributeName[];
template?: string;
cast?: 'string' | 'number';
casing?: 'upper' | 'lower' | 'none';
cast?: 'string' | 'number';
casing?: 'upper' | 'lower' | 'none';
},
sk?: {
field: string;
composite: AttributesName[];
template?: string;
cast?: 'string' | 'number';
casing?: 'upper' | 'lower' | 'none';
template?: string;
cast?: 'string' | 'number';
casing?: 'upper' | 'lower' | 'none';
},
}
}
Expand Down

0 comments on commit dbc9f49

Please sign in to comment.