Skip to content

Commit

Permalink
Add missing periods, remove nested bulleted list
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Jan 14, 2025
1 parent dfef193 commit 6af1d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/api-endpoint.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{{#each authMethods}}
- {{this}}
{{#if (eq this 'Personal access token')}}
- {{#if (eq ../workspaceScope 'required')}}Must also include the `seam-workspace` header in the request{{/if}}{{#if (eq ../workspaceScope 'optional')}}Can also include the `seam-workspace` header in the request{{/if}}{{#if (eq ../workspaceScope 'none')}}Must omit the `seam-workspace` header from the request{{/if}}
{{#if (eq ../workspaceScope 'required')}}Must also include the `seam-workspace` header in the request.{{/if}}{{#if (eq ../workspaceScope 'optional')}}Can also include the `seam-workspace` header in the request.{{/if}}{{#if (eq ../workspaceScope 'none')}}Must omit the `seam-workspace` header from the request.{{/if}}
{{/if}}
{{/each}}

Expand Down

0 comments on commit 6af1d20

Please sign in to comment.