fix purging typo

This commit is contained in:
Rio McMahon 2022-01-14 11:24:41 -07:00 committed by GitHub
parent b25333eb58
commit ad2579dd8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## Purge Types
There are two main forms of data puring in AWIPS. The most often thought of is the purging for [**processed data**](#processed-data-purging). This has to do with how long data is stored for **after** it has been decoded and processed.
There are two main forms of data purging in AWIPS. The most often thought of is the purging for [**processed data**](#processed-data-purging). This has to do with how long data is stored for **after** it has been decoded and processed.
The second type of purging has to do with [**raw data**](#raw-data-purging). This has to do with how long data is stored for **before** it has been decoded.