Просмотр исходного кода

fix(docs): Fix docs icon location in GraphiQL explanation (#3982)

Nez Erkman 1 месяц назад
Родитель
Сommit
d645d513b0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/docs/guides/getting-started/try-the-api/index.mdx

+ 1 - 1
docs/docs/guides/getting-started/try-the-api/index.mdx

@@ -232,7 +232,7 @@ query GetProduct {
 
 :::info
 GraphQL is statically typed and uses a **schema** containing information about all the available queries, mutations and types. In GraphiQL,
-you can explore the schema by clicking the Docs icon (first icon from the top) on the right side of the interface.
+you can explore the schema by clicking the Docs icon (first icon from the top) on the left side of the interface.
 
 ![GraphiQL docs explorer](./graphiql-docs.jpeg)
 :::