Fixing a typo.
Dev

Dev commited on 2018-06-18 03:16:06
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -28,7 +28,7 @@ YAML parser is natively available in ruby core, and was chosen over JSON for its
28 28
 
29 29
 ### Objects
30 30
 
31
-All objects are under `objects` folder. `rcm_file`, `rcm_project` and `rcm_service` provide abstraction of respective resource for RCM purposes. They hold everything needed to evaluate current vs desired state.
31
+All objects are under `objects` folder. `rcm_file`, `rcm_package` and `rcm_service` provide abstraction of respective resource for RCM purposes. They hold everything needed to evaluate current vs desired state.
32 32
 
33 33
 ### Managers
34 34
 
35 35