Skip to content

Commit a89c492

Browse files
author
Phil Hawksworth
authored
add quote escaping in glossary
1 parent 0c53c7a commit a89c492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/_data/glossary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
- term: 'Microservice'
4949
id: 'microservice'
50-
definition: 'A programming paradigm where many parts of a large application are broken down into various units that have smaller responsibility. We can use Serverless or APIs for this, but it's not that APIs or Serverless are necessarily Microservices, it's that we have split apart what we want to access, and that modularity is what we call Microservices.'
50+
definition: 'A programming paradigm where many parts of a large application are broken down into various units that have smaller responsibility. We can use Serverless or APIs for this, but it''s not that APIs or Serverless are necessarily Microservices, it''s that we have split apart what we want to access, and that modularity is what we call Microservices.'
5151

5252
- term: 'Monolith'
5353
id: 'monolith'

0 commit comments

Comments
 (0)