Skip to content

Fixes typo and clarifies first paragraph #2532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/site/es/xdoc/index.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright 2009-2016 the original author or authors.
Copyright 2009-2022 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,8 +31,8 @@
<p>
MyBatis es un framework de persistencia que soporta SQL, procedimientos
almacenados y mapeos avanzados. MyBatis elimina casi todo el código JDBC, el establecimiento
manual de los parámetros y la obtención de resultados. MyBatis puede configurarse con XML o anotaciones y
permite mapear mapas y POJOs (Plain Old Java Objects) con registros de base de datos.
manual de parámetros y la obtención de resultados. MyBatis puede configurarse con XML o anotaciones y
permite mapear typos de datos primitivos, objetos de tipo Map y POJOs (Plain Old Java Objects) a registros de base de datos.
</p>
</subsection>

Expand All @@ -44,7 +44,7 @@
<p>
Las fuentes de este manual están disponibles en formato xdoc en el
<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">Git del proyecto</a>.
Haz un fork, cambialas y envía un pull request.
Haz un fork, cámbialas y envía un pull request.
</p>
<p>
Eres el mejor candidato para documentar porque los lectores de esta documentación son gente como tú!
Expand Down