aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAng Li <angli@google.com>2024-03-07 13:38:49 -0800
committerGitHub <noreply@github.com>2024-03-07 13:38:49 -0800
commit161ff47b51c5fa836bf7a14fbdc69587682018b3 (patch)
treea8f3b8f68306298705549cd13a11b66d1fae2022
parent2e64eff9d10bd449894131f464c599a0c83d3dcd (diff)
downloadmobly-161ff47b51c5fa836bf7a14fbdc69587682018b3.tar.gz
Fix typos in release notes. (#914)
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b6484d..424dc64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,14 +9,14 @@ Removed legacy code and dependencies.
### New
* Support am instrument options in snippet client.
* Support adb reverse in `AdbProxy`.
-* Improved mechaism for tracking repeat and retry records in test report.
+* Improved mechanism for tracking repeat and retry records in test report.
### Breaking Changes
* [Deprecation] `get_available_host_port` is now deprecated and will be removed
in the next major release. Please rely on the OS to allocate ports.
### Fixes
-* Elinimated redundant `fastboot` calls.
+* Eliminated redundant `fastboot` calls.
[Full list of changes](https://github.com/google/mobly/milestone/30?closed=1)