File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
develop-docs/backend/application-domains Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Follow these rules when adding new options:
2323The value of an option can be any pickleable value.
2424
2525<Alert >
26- It is safe to declare and use an option in the same pull request, you don't
27- need to split them up.
26+ It is safe to declare and use an option in the same pull request, you don't need to
27+ split them up.
2828</Alert >
2929
3030## Using Options
@@ -56,8 +56,8 @@ options.set("performance.some-feature-rate", 0.01)
5656```
5757
5858<Alert >
59- If you do not have access to the shell, you'll need to contact OPS to set the
60- option value for you.
59+ If you do not have access to the shell, you'll need to contact OPS to set the option
60+ value for you.
6161</Alert >
6262
6363### Options UI
@@ -124,6 +124,6 @@ options.delete("performance.some-feature-rate")
124124```
125125
126126<Alert >
127- If you do not have access to the shell, you'll need to contact OPS to remove
128- the option for you.
127+ If you do not have access to the shell, you'll need to contact OPS to remove the option
128+ for you.
129129</Alert >
You can’t perform that action at this time.
0 commit comments