Skip to content

Commit e07b44e

Browse files
committed
Update README.md
Fix typo on Spring bean XML definition
1 parent 9449102 commit e07b44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Start out with with adding the above steps to your project, next paste this **gi
386386
<property name="buildUserEmail" value="${git.build.user.email}"/>
387387
<property name="buildTime" value="${git.build.time}"/>
388388
<property name="buildHost" value="${git.build.host}"/>
389-
<porperty name="buildVersion" value="${git.build.version}"/>
389+
<property name="buildVersion" value="${git.build.version}"/>
390390
</bean>
391391
</beans>
392392
```

0 commit comments

Comments
 (0)