Skip to content

Commit

Permalink
Fix typo (#11956)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 14, 2024
1 parent 7d48050 commit beded44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code-howtos/http-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parent: Code Howtos
---
# HTTP Server

JabRef has a build in http server.
JabRef has a built-in http server.
For example, the resource for a library is implemented at [`org.jabref.http.server.LibraryResource`](https://github.com/JabRef/jabref/blob/main/src/main/java/org/jabref/http/server/LibraryResource.java).

## Start http server
Expand Down

0 comments on commit beded44

Please sign in to comment.