Skip to content

Commit

Permalink
Fix typos in info.html (#2860)
Browse files Browse the repository at this point in the history
Could also use `<code>` tags for `synchronized` and `finalize`
  • Loading branch information
maffe committed Mar 20, 2023
1 parent 2ee829c commit e3b157a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/layouts/partials/home/info.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="info">
<article class="info__about flow">
<h2>
Why pgJDBC ?
Why pgJDBC?
</h2>
<p>
The PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL database using standard, database
Expand All @@ -15,7 +15,7 @@ <h2>
Latest Releases
</h2>
<p>
pgJDBC has released v42.6.0 on 17 March, 2023. This release has two major changes: Remove most uses of syncrhonized
pgJDBC has released v42.6.0 on 17 March, 2023. This release has two major changes: Remove most uses of synchronized
in favour of reentrant locks, and remove the use of finalize.
</p>
<ul role="list">
Expand Down

0 comments on commit e3b157a

Please sign in to comment.