Skip to content

Commit

Permalink
docs(markdown): fix rendering
Browse files Browse the repository at this point in the history
This patch set adds a missing quote in the markdown documentation.

Closes: #2214

Signed-off-by: Tin Lam <tin@irrational.io>
  • Loading branch information
stannum-l authored and patrick-east committed Mar 23, 2020
1 parent ce3a73b commit 901b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Status updates contain the following fields:
| `discovery.last_successful_download` | `string` | RFC3339 timestamp of last successful discovery bundle download. |
| `discovery.last_successful_activation` | `string` | RFC3339 timestamp of last successful discovery bundle activation. |
| `plugins` | `object` | A set of objects describing the state of configured plugins in OPA's runtime. |
| `plugins[_].state | `string` | The state of each plugin. |
| `plugins[_].state` | `string` | The state of each plugin. |
| `metrics.prometheus` | `object` | Global performance metrics for the OPA instance. |

If the bundle download or activation failed, the status update will contain
Expand Down

0 comments on commit 901b92f

Please sign in to comment.