You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notes/ContributingToCodePage.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ src/content/code
29
29
30
30
We'd love any new project to include a few paragraphs describing its goals and usage, the goal here is to make it easy for people to decide between options.
31
31
32
-
Here's an optimal example example of what we're looking for:
32
+
Here's an optimal example of what we're looking for:
33
33
34
-
- It uses yml frontmatter to provide additional information like repo, npm
34
+
- It uses yaml frontmatter to provide additional information like repo, npm
35
35
- It explains itself in the 'description' then fills fleshes out that description with some code samples
Copy file name to clipboardExpand all lines: notes/NewSiteArchitecture.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@
8
8
9
9
This page is effectively a marketing page for GraphQL and should be the visual, scrollable version of the "Introducing GraphQL" conference talks and should be rich with visual metaphor and illustration and take advantage of whitespace to make individual salient points.
10
10
11
-
Above the fold, this page should succinctly explain what GraphQL is and illustrate with a simple (editable) query/response example. Before scrolling you should understand the following:
11
+
Above the fold, this page should succinctly explain what GraphQL is and illustrate with a simple (editable) query/response example. Before scrolling, you should understand the following:
12
12
13
13
* GraphQL solves the same problem as REST.
14
-
* GraphQL is an query language for APIs (and not Databases).
14
+
* GraphQL is a query language for APIs (and not Databases).
15
15
* GraphQL is sent by client applications, such as an iOS app.
16
16
* GraphQL is evaluated by a web service and often returned as JSON.
17
17
* GraphQL services provide a complete description of your data with a type system.
0 commit comments