diff --git a/spec12/value-types.html b/spec12/value-types.html
index bf1ee33..762544f 100644
--- a/spec12/value-types.html
+++ b/spec12/value-types.html
@@ -86,7 +86,7 @@
Usage
There is no equivalent to no-op value in the original JSON specification.
-The NO-OP value is meant to be a valueless value; meaning it can be added to the elements of a container and when parsed by the receiver, the no-op values are simply skipped and carry know meaningful value with them.
+The NO-OP value is meant to be a valueless value; meaning it can be added to the elements of a container and when parsed by the receiver, the no-op values are simply skipped and carry no meaningful value with them.
For example, the two following array elements are considered equal (using JSON format for readability):
["foo", "bar", "baz"]
@@ -274,7 +274,7 @@ Example
UBJSON snippets (using block-notation):
[i][4][int8][i][16]
[i][5][uint8][U][255]
-[i][5][int16][I]32767]
+[i][5][int16][I][32767]
[i][5][int32][l][2147483647]
[i][5][int64][L][9223372036854775807]
[i][7][float32][d][3.14]