Skip to content

Commit

Permalink
Session api typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vctrchu committed May 21, 2024
1 parent b54eb56 commit 8ec3d6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs';
import {generateCodeBlock} from '../helpers/generateCodeBlock';

const generateCodeBlockForSessionApi = (title: string, fileName: string) =>
generateCodeBlock(title, 'scanner-api', fileName);
generateCodeBlock(title, 'session-api', fileName);

const data: ReferenceEntityTemplateSchema = {
name: 'Session API',
Expand Down

0 comments on commit 8ec3d6e

Please sign in to comment.