Skip to content

Commit

Permalink
capital
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Nov 10, 2023
1 parent a94a193 commit 1242275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pages/src/dev/server/ssr/getLocalData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface LocalDataManifest {
{
// The featureName for a specific static template
featureName: string;
// a map from static page slug to a single locale
// A map from static page slug to a single locale
slugToLocaleMap: Map<string, string>;
}
>;
Expand Down

0 comments on commit 1242275

Please sign in to comment.