diff --git a/lib/livebook/delta/operation.ex b/lib/livebook/delta/operation.ex index 16e9ca7b5..e9968f2c2 100644 --- a/lib/livebook/delta/operation.ex +++ b/lib/livebook/delta/operation.ex @@ -1,7 +1,7 @@ defmodule Livebook.Delta.Operation do @moduledoc false - # An peration represents an atomic change applicable to a text. + # An operation represents an atomic change applicable to a text. # # For plain-text (our use case) an operation can be either of: #