Skip to content

Commit d572c0b

Browse files
Correct typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5da5426 commit d572c0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ sbt +publishLocal
8181

8282
### Details about the implementation using `regexes.yaml` file
8383

84-
This project use the 'regexes.yaml' file from [ua-parser/uap-core](https://github.com/ua-parser/uap-core/) repository to
84+
This project uses the 'regexes.yaml' file from [ua-parser/uap-core](https://github.com/ua-parser/uap-core/) repository to
8585
perform user-agent string parsing according to the [documented specification](https://github.com/ua-parser/uap-core/blob/master/docs/specification.md).
8686
The file is included as a git submodule in the `core` directory.
8787

88-
Bellow, follows a summary of that same specification.
88+
Below, follows a summary of that same specification.
8989

9090
#### Summary
9191

@@ -164,8 +164,8 @@ Similarly, OS rules map:
164164
Devices are slightly different: if no replacements are given, the first match defines the device family and model,
165165
and brand/model may be undefined depending on the rule and implementation.
166166

167-
In case that no matching regex is found the value for family shall be "Other". Brand and model shall not be defined.
168-
Leading and tailing whitespaces shall be trimmed from the result.
167+
In case no matching regex is found, the value for family shall be "Other". Brand and model shall not be defined.
168+
Leading and trailing whitespaces shall be trimmed from the result.
169169

170170

171171
### Maintainers

0 commit comments

Comments
 (0)