summaryrefslogtreecommitdiffstats
path: root/docs/working-with-objects.md
diff options
context:
space:
mode:
authorChris Cornutt <chris.cornutt@hp.com>2014-12-16 11:57:05 -0600
committerChris Cornutt <chris.cornutt@hp.com>2014-12-16 11:57:05 -0600
commita40060b59a354561a92e12d9be9875baab580b37 (patch)
tree4253bd397f49baa7243805defee6d5af3db62680 /docs/working-with-objects.md
parent20a491b50cddc46a706465ba5abdba015cc3ba4b (diff)
downloadgatekeeper-a40060b59a354561a92e12d9be9875baab580b37.zip
gatekeeper-a40060b59a354561a92e12d9be9875baab580b37.tar.gz
gatekeeper-a40060b59a354561a92e12d9be9875baab580b37.tar.bz2
fixing typos in the objects docs
Diffstat (limited to 'docs/working-with-objects.md')
-rw-r--r--docs/working-with-objects.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/working-with-objects.md b/docs/working-with-objects.md
index 0f3b18c..4626820 100644
--- a/docs/working-with-objects.md
+++ b/docs/working-with-objects.md
@@ -31,9 +31,9 @@ If no records are found given the criteria you provided, one of the "not found"
**NOTE:** You can find the list of properties on the pages for each of the different types (like `Users` and `Groups`).
-## Deleteing
+## Deleting
-You can also use common functionality to delete records from the system. This uses a format simialr to the "find by" methods but instead uses a "delete by".
+You can also use common functionality to delete records from the system. This uses a format similar to the "find by" methods but instead uses a "delete by".
```php
<?php