diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-06 17:09:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 17:09:44 +0300 |
| commit | 631e454d674ad5111d2b56a6964ead461894a1f6 (patch) | |
| tree | 4802b72d19079f43b7d5d8212d368bede9e85ac4 /docs/_static/js/codecopier.js | |
| parent | b26a59dbfe0a1e96a71cfd8e9f4bf68e20eb14ec (diff) | |
| parent | 52f8585cdc3e5e4ec1528d64e3dfd1317abc958c (diff) | |
| download | vyos-documentation-631e454d674ad5111d2b56a6964ead461894a1f6.tar.gz vyos-documentation-631e454d674ad5111d2b56a6964ead461894a1f6.zip | |
Merge pull request #1884 from vyos/fix/docs-typos-swap-current
docs: fix typos and grammar (ported from #1852 RST → MyST)
Diffstat (limited to 'docs/_static/js/codecopier.js')
| -rw-r--r-- | docs/_static/js/codecopier.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/js/codecopier.js b/docs/_static/js/codecopier.js index bf0b3b4d..0c0258eb 100644 --- a/docs/_static/js/codecopier.js +++ b/docs/_static/js/codecopier.js @@ -40,7 +40,7 @@ $(document).ready(async function () { try { await navigator.clipboard.writeText(currentTarget.offsetParent.innerText) } catch (error) { - console.log('Copiing text failed, please try again', { + console.log('Copying text failed, please try again', { error }) } |
