Skip to content

Commit 9f110cb

Browse files
committed
test using table
1 parent 47f8afb commit 9f110cb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,10 @@ query {
294294
</tr>
295295
<tr>
296296
<td> `Url` </td>
297-
<td>
298-
299-
````graphql
297+
<td><pre lang="graphql">
300298
scalar URL
301299
@specifiedBy(url: "https://www.w3.org/Addressing/URL/url-spec.txt")
302-
```
303-
300+
</ore>
304301
</td>
305302
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces `java.net.URL` objects at runtime.</td>
306303
</tr>
@@ -337,7 +334,7 @@ type Customer {
337334
type Query {
338335
customers(filterSyntax: JSON): [Customers]
339336
}
340-
````
337+
```
341338

342339
And example query might look like:
343340

0 commit comments

Comments
 (0)