Skip to content

Commit

Permalink
docs: fix linting line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jan 10, 2025
1 parent 6e68078 commit 024ea8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/reference/extensions/expressjs-framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
expressjs-framework
-------------------

The ExpressJS extension streamlines the process of building ExpressJS application
rocks.
The ExpressJS extension streamlines the process of building ExpressJS
application rocks.

It facilitates the installation of ExpressJS application dependencies, including
Node and NPM, inside the rock. Additionally, it transfers your project files to
Expand Down
12 changes: 6 additions & 6 deletions docs/tutorial/expressjs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ creation and tailoring for a ExpressJS application by using the

The ``rockcraft.yaml`` file will automatically be created in the project's
working directory. Open it in a text editor and check that the ``name`` is
``expressjs-hello-world``. Ensure that ``platforms`` includes the architecture of
the host. For example, if the host uses the ARM
architecture, include ``arm64`` in ``platforms``.
``expressjs-hello-world``. Ensure that ``platforms`` includes the architecture
of the host. For example, if the host uses the ARM architecture, include
``arm64`` in ``platforms``.

.. note::
For this tutorial, we'll use the ``name`` ``expressjs-hello-world`` and assume
we're running on the ``amd64`` platform. Check the architecture of the
system using ``dpkg --print-architecture``.
For this tutorial, we'll use the ``name`` ``expressjs-hello-world`` and
assume we're running on the ``amd64`` platform. Check the architecture of
the system using ``dpkg --print-architecture``.

The ``name``, ``version`` and ``platform`` all influence the name of the
generated ``.rock`` file.
Expand Down

0 comments on commit 024ea8e

Please sign in to comment.