diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-11 11:04:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-11 11:04:42 -0300 |
| commit | 697cb0ed363db45e41f7de857fb5f0287c93aab5 (patch) | |
| tree | b0984261328024622c4ae4cef802f33ca9030e69 /src/content/en/blog/2020/10/19 | |
| parent | Translate the manual pages with maritacag rather than po4a (diff) | |
| download | euandre.org-697cb0ed363db45e41f7de857fb5f0287c93aab5.tar.gz euandre.org-697cb0ed363db45e41f7de857fb5f0287c93aab5.tar.xz | |
Spell the attribute names the references use
adoc(5) 8 makes a reference to an unset attribute an error (E4), so
three long-standing typos that asciidoctor passed through as literal
text now stop the build: "{empy}" for "{empty}", "{ssmpt}" for the
declared "{ssmtp}", and a declaration of "app-store-rolllout" that
nothing could reference.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015bWfjj7PP24iF5MqFHmdeC
Diffstat (limited to 'src/content/en/blog/2020/10/19')
| -rw-r--r-- | src/content/en/blog/2020/10/19/feature-flags.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/en/blog/2020/10/19/feature-flags.adoc b/src/content/en/blog/2020/10/19/feature-flags.adoc index 8788407..5e08650 100644 --- a/src/content/en/blog/2020/10/19/feature-flags.adoc +++ b/src/content/en/blog/2020/10/19/feature-flags.adoc @@ -108,7 +108,7 @@ how long the transition will last. On the *frontend* you have less control: even though you can choose to make a new version available any time you wish, you can't -force{empy}footnote:force[ +force{empty}footnote:force[ Technically you could force a reload with JavaScript using `window.location.reload()`, but that not only is invasive and impolite, but also gives you the illusion that you have control over the client when you @@ -143,7 +143,7 @@ worth it. :kubernetes-deployment: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#creating-a-deployment :play-store-rollout: https://support.google.com/googleplay/android-developer/answer/6346149?hl=en -:app-store-rolllout: https://help.apple.com/app-store-connect/#/dev3d65fcee1 +:app-store-rollout: https://help.apple.com/app-store-connect/#/dev3d65fcee1 A rollout is used to _roll out_ a new version of software. |
