From 0d04d9f7e0eaaef7d72265f20f66a9f3c8f36c63 Mon Sep 17 00:00:00 2001 From: AliThink Date: Mon, 26 Apr 2021 17:14:14 +0800 Subject: [PATCH] Update README.adoc --- hypermedia/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypermedia/README.adoc b/hypermedia/README.adoc index ce29225..80b2312 100644 --- a/hypermedia/README.adoc +++ b/hypermedia/README.adoc @@ -365,7 +365,7 @@ If you are deleting the last record on the last page, it will jump to the first One way to see how hypermedia really shines is to update the page size. Spring Data REST fluidly updates the navigational links based on the page size. -There is an HTML element at the top of `ElementList.render`: ``. +There is an HTML element at the top of `EmployeeList.render`: ``. * `ref="pageSize"` makes it easy to grab that element with `this.refs.pageSize`. * `defaultValue` initializes it with the state's `pageSize`.