Fixes issue with a numbered list
Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/bd650c3a Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/bd650c3a Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/bd650c3a Branch: refs/heads/master Commit: bd650c3af40a803c3de0de8d4a72f28a604df996 Parents: 9fce868 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Fri Jul 21 14:43:39 2017 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Fri Jul 21 14:43:39 2017 +0200 ---------------------------------------------------------------------- source/core-developers/bean-configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/bd650c3a/source/core-developers/bean-configuration.md ---------------------------------------------------------------------- diff --git a/source/core-developers/bean-configuration.md b/source/core-developers/bean-configuration.md index 8a0436d..2f10ce4 100644 --- a/source/core-developers/bean-configuration.md +++ b/source/core-developers/bean-configuration.md @@ -15,9 +15,10 @@ _Spring_ or _Sitemesh_. ## Beans The bean element has one required attribute, `class`, which specifies the Java class to be created or manipulated. -A bean can either -1 be created by the framework's container and injected into internal framework objects, or -2 have values injected to its static methods +A bean can either: + +1. be created by the framework's container and injected into internal framework objects, or +2. have values injected to its static methods The first use, object injection, is generally accompanied by the `type` attribute, which tells the container which interface this object implements.