Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit d6bd938

Browse files
committed
Polishing.
1 parent 194586e commit d6bd938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ include::src/main/js/app.js[tag=vars]
311311
----
312312
313313
<1> `React` is one of the main libraries from Facebook used to build this app.
314-
<2> `ReactDOM` this package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package.
314+
<2> `ReactDOM` is the package that serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package.
315315
<3> `client` is custom code that configures rest.js to include support for HAL, URI Templates, and other things. It also sets the default `Accept` request header to `application/hal+json`. You can https://github.com/spring-guides/tut-react-and-spring-data-rest/blob/master/basic/src/main/js/client.js[read the code here].
316316
====
317317

0 commit comments

Comments
 (0)