Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Nov 28, 2023
1 parent 4bd649d commit 24f02a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/backends/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const fetchAPI = async (
let { api_root: apiRoot } = get(siteConfig).backend;

if (apiRoot) {
// Enterprise Sever
// Enterprise Server
apiRoot = apiRoot.replace(/\/$/, '');

if (path === '/graphql') {
Expand Down

0 comments on commit 24f02a2

Please sign in to comment.