Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contributing/content-markup-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ These instructions are pertinent to GitHub Enterprise Importer CLI users.
```

```
{% graphql %}
{% api %}

These instructions are pertinent to GraphQL API users.
These instructions are pertinent to API users.

{% endgraphql %}
{% endapi %}
```

```
Expand Down
2 changes: 1 addition & 1 deletion lib/all-tools.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// all the tools available for the Tool Picker
export const allTools = {
api: 'API',
bash: 'Bash',
cli: 'GitHub CLI',
codespaces: 'Codespaces',
curl: 'cURL',
desktop: 'Desktop',
graphql: 'GraphQL API',
importer_cli: 'GitHub Enterprise Importer CLI',
jetbrains: 'JetBrains IDEs (Beta)',
powershell: 'PowerShell',
Expand Down