Skip to content

Commit 613b048

Browse files
authored
fix spelling
1 parent d20d4d5 commit 613b048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/edge/persist-state-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Important things to note about persisting events:
163163

164164
* Persisting events is enabled on a per Event Subscription basis and is opt-in once a volume or directory has been mounted.
165165
* Event persistence is configured on an Event Subscription at creation time and cannot be modified once the Event Subscription is created. To toggle event persistence, you must delete and re-create the Event Subscription.
166-
* Persisting events is almost always slower than in memory operations, however the speed difference is highly dependent on the characteristics of the drive. The tradeoff between speed and reliability is inherent to all messaging systems but generally only becomes a noticible at large scale.
166+
* Persisting events is almost always slower than in memory operations, however the speed difference is highly dependent on the characteristics of the drive. The tradeoff between speed and reliability is inherent to all messaging systems but generally only becomes a noticeable at large scale.
167167

168168
To enable event persistence on an Event Subscription, set `persistencePolicy` to `true`:
169169

@@ -181,4 +181,4 @@ To enable event persistence on an Event Subscription, set `persistencePolicy` to
181181
}
182182
}
183183
}
184-
```
184+
```

0 commit comments

Comments
 (0)