summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-28 14:20:50 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-28 14:20:50 -0700
commit35b14ad1ad25916a400b48aef0bb16a7cbf7fa27 (patch)
tree265cd98699a0939946d678e628569b774ba695a2 /README.md
parent47ea031d82c56cecf6d9196bd14b0711d28fc705 (diff)
downloadwmi-lite-35b14ad1ad25916a400b48aef0bb16a7cbf7fa27.tar.gz
Minor spelling mistakes & remove github lock config
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4191a30..0923ea0 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ that object.
* Each instance is represented by a Ruby `Hash` for which each property value of the instance is indexed by
the string name of the property as documented in the [WMI Schema](http://technet.microsoft.com/en-us/library/cc180287.aspx) or
as registered in the local system's WMI repository.
-* The string name specified to the aformentioned `Hash` is case insensitive.
+* The string name specified to the aforementioned `Hash` is case insensitive.
#### Examples
Use of the `instances_of`, `query`, and `first_of` methods of the `WmiLite::Wmi` object is demonstrated below.