]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ipp] Fix minor typos in README (#16430)
authorjimtng <2554958+jimtng@users.noreply.github.com>
Tue, 20 Feb 2024 10:58:06 +0000 (20:58 +1000)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 10:58:06 +0000 (11:58 +0100)
* [ipp] Fix minor typos in README

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
bundles/org.openhab.binding.ipp/README.md

index 5b0ff8ed4d875b641adbe18b3596b5386a92eeaf..0b07a15c17841dbac6217e80eb321c8cef310019 100644 (file)
@@ -7,7 +7,8 @@ The main purpose is to check if there are waiting print jobs on a printer, which
 
 The binding has been tested against a CUPS Server (which implements the Internet Printing Protocol).
 So all printers in a CUPS envorinment should work fine. Many network printers also use IPP,
-but there are many differencies on which parts of IPP are supported, is is not guaranteed, that every printer will work.
+but there are many differences on which parts of IPP are supported.
+It is not guaranteed that every printer will work.
 
 ## Discovery
 
@@ -19,10 +20,10 @@ usable by the binding.
 ## Channels
 
 | Channel Type ID | Item Type | Description                                   |
-|-----------------|-----------|-----------------------------------------------|
+| --------------- | --------- | --------------------------------------------- |
 | jobs            | Number    | Total number of print jobs on the printer     |
 | waitingJobs     | Number    | Number of waiting print jobs on the printer   |
 | doneJobs        | Number    | Number of completed print jobs on the printer |
 
-<!-- TOTO Create example
+<!-- TODO Create example
 ## Full Example -->