Skip to content

Commit 3a1680c

Browse files
authored
(DOCSP) Adds missing comma to code example. (#268)
<!-- Add a description of your PR here (optional) --> - [DOCSP-16762](https://jira.mongodb.org/browse/DOCS-16762) - [STAGING](https://preview-mongodberabilmdb.gatsbyjs.io/ops-manager/DOCSP-16762/reference/api/automation-config/automation-config-example/) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=667c29bbebce19f31448837b) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent c05fec5 commit 3a1680c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/api/automation-config/automation-config-example.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ place of some field values.
157157
"balancer" : { ... },
158158
"auth" : {
159159
"authoritativeSet" : false,
160-
"disabled" : true
160+
"disabled" : true,
161161
"usersDeleted" : [ ],
162162
"usersWanted" : [ ]
163163
},

0 commit comments

Comments
 (0)