|
8 | 8 | <link href="//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Google+Sans:400,500|Product+Sans:400&lang=en" rel="stylesheet"></link> |
9 | 9 | <link rel="shortcut icon" href="/assets/favicon.ico"> |
10 | 10 | <link rel="stylesheet" type="text/css" media="screen" href="//www.gstatic.com/glue/v22_1/glue.min.css"> |
11 | | - <link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css?v=0b03c3b5"> |
12 | | - <link rel="stylesheet" type="text/css" media="print" href="/assets/css/print.css?v=0b03c3b5"> |
| 11 | + <link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css?v=039e59c6"> |
| 12 | + <link rel="stylesheet" type="text/css" media="print" href="/assets/css/print.css?v=039e59c6"> |
13 | 13 | <script type="text/javascript" src="//code.jquery.com/jquery-3.4.0.min.js"></script> |
14 | 14 | <script type="text/javascript" src="//www.gstatic.com/glue/latest/glue-detect.min.js"></script> |
15 | 15 | <script type="text/javascript"> |
|
18 | 18 | $('html').css('visibility', 'visible'); |
19 | 19 | }); |
20 | 20 | </script> |
21 | | - <script type="text/javascript" src="/assets/js/global.js?v=0b03c3b5"></script> |
| 21 | + <script type="text/javascript" src="/assets/js/global.js?v=039e59c6"></script> |
22 | 22 |
|
23 | 23 | <script type="text/javascript" src="/assets/js/syntax.js"></script> |
24 | 24 |
|
@@ -736,7 +736,7 @@ <h3 id="major-distinctions-between-management-and-data-plane">Major distinctions |
736 | 736 | <li><a href="/9#declarative-clients">Declarative clients</a> operate on the management plane exclusively.</li> |
737 | 737 | <li>Data planes are often on the critical path of user-facing functionality, and |
738 | 738 | therefore:<ul> |
739 | | -<li>Have higher availabilty requirements than management planes.</li> |
| 739 | +<li>Have higher availability requirements than management planes.</li> |
740 | 740 | <li>Are more performance-sensitive than management planes.</li> |
741 | 741 | <li>Require higher-throughput than management planes.</li> |
742 | 742 | </ul> |
|
0 commit comments