summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-03-11 23:39:00 +0200
committerYuval Adam <_@yuv.al>2018-03-11 23:39:00 +0200
commitd0c28b4b61696f954e8d3372feafda7868e80be9 (patch)
tree3c12f1eb53b1fd2c489e518df936e08a1ecfc4d8
parent2f0bc624c3ec70f172e1dc62feaa1f0fbb19a10a (diff)
Fix typo
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f9cb9cc..1744d3b 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
<body>
<header>
<h1>CIDR.xyz<small>An interactive IP address and CIDR range visualizer</small></h1>
- <p><a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">CIDR</a> is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 octets, each consisting of 8 bytes giving values between 0 and 255. The decimal value that comes after the slash is the number of bits consisting of the routing prefix. This in turn can be translated into a netmask, and also designates how many available addresses are in the block.</p>
+ <p><a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">CIDR</a> is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 octets, each consisting of 8 bits giving values between 0 and 255. The decimal value that comes after the slash is the number of bits consisting of the routing prefix. This in turn can be translated into a netmask, and also designates how many available addresses are in the block.</p>
</header>
<section id="app"></section>
<footer>