Skip to content

Commit 0554a86

Browse files
committed
case and json
1 parent 32028ba commit 0554a86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

usync/01.uSync/40.reference/02.handlers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Handlers don't do the actual importing or exporting of items, that work is done
1010

1111
Handlers are enabled in the default group by default. Generally you do not need to add handlers individually to the config:
1212

13-
The most common action is to Turn Content On or Off, this can be done with the `ExportAtSave` option: see [our guide on turning off content edition](../guides/content).
13+
The most common action is to turn content on or off. This can be done with the `ExportAtSave` option, see [our guide on turning off content edition](../guides/content).
1414

1515
## Disable Individual Handlers
16-
If you want to turn individual handlers off you can add them to the list of Disabled Handlers.
16+
If you want to turn individual handlers off you can add them to the list of disabled handlers.
1717

1818
```json title=appsettings.json
1919
"uSync" : {

usync/02.complete/03.guides/01.syncPublisher/02.publishConfig/01.config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you first open up the uSync.Publisher dashboard, uSync will prompt you to c
3030

3131
While most settings are now stored in the DB, there are a few settings you can control per server via the `appsettings.json` file:
3232

33-
```json
33+
```json title='appsettings.json'
3434
{
3535
"uSync": {
3636
"Publisher": {

0 commit comments

Comments
 (0)