Browse Source

Merge pull request #7110 from hnicolus/patch-1

Replaced the semi colon with a colon 🙂
pull/7113/head
maliming 5 years ago
committed by GitHub
parent
commit
da77ee9688
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Blob-Storing.md

2
docs/en/Blob-Storing.md

@ -14,7 +14,7 @@ ABP BLOB Storage system is also compatible to other ABP Framework features like
## BLOB Storage Providers
The ABP Framework has already the following storage provider implementations;
The ABP Framework has already the following storage provider implementations:
* [File System](Blob-Storing-File-System.md): Stores BLOBs in a folder of the local file system, as standard files.
* [Database](Blob-Storing-Database.md): Stores BLOBs in a database.

Loading…
Cancel
Save