Skip to content

Commit 56763fd

Browse files
committed
test using table
1 parent aa1f71e commit 56763fd

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -287,23 +287,20 @@ query {
287287
## URL Scalars
288288

289289
<table>
290-
<tr>
291-
<td>Scalar Name</td>
292-
<td>Scalar Specification</td>
293-
<td>Description</td>
294-
</tr>
295-
<tr>
296-
<td> `Url` </td>
297-
<td>
298-
<pre lang="graphql">
299-
scalar URL
300-
@specifiedBy(url:
301-
"https://www.w3.org/Addressing/URL/url-spec.txt"
302-
)
303-
</ore>
304-
</td>
305-
<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>
306-
</tr>
290+
<tr>
291+
<td>Scalar Name</td>
292+
<td>Scalar Specification</td>
293+
<td>Description</td>
294+
</tr>
295+
<tr>
296+
<td> `Url` </td>
297+
<td><pre lang="graphql">
298+
scalar URL
299+
@specifiedBy(url: "https://www.w3.org/Addressing/URL/url-spec.txt")
300+
</pre>
301+
</td>
302+
<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>
303+
</tr>
307304
</table>
308305

309306
| Scalar Name | Scalar Specification | Description |

0 commit comments

Comments
 (0)