Github user jmewes commented on a diff in the pull request:
https://github.com/apache/wicket/pull/341#discussion_r235873072
--- Diff:
wicket-user-guide/src/main/asciidoc/keepControl/keepControl_5.adoc ---
@@ -1,5 +1,5 @@
-Another circumstance in which we may prefer to avoid the creation of
custom panels is when we want to conditionally display in a page small
fragments of markup. In this case if we decided to use panels, we would end up
having a huge number of small panel classes with their related markup file.
+Another circumstance in which we may prefer to avoid the creation of
custom panels is when we want to conditionally display small fragments of
markup in a page. In this case if we decided to use panels, we would end up
having a huge number of small panel classes with their related markup file.
--- End diff --
Sounds better from my point of view.
---